-
-
Notifications
You must be signed in to change notification settings - Fork 26
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Command Execution - Output #4
Comments
let's pretend I say -X 'uname -a' ... is there any way that the "uname -a" info to be printed in output text ? |
so the output will look like |
How you propose that we got to manage that output, especially with big batches of hosts and combinations? At the moment, I think that the best way to handle this is logging the output on separated files and not on standard output (Screen) What do you think? |
Thanks for response, brother ! well, let's say i write this : ./cbrutekrag -v -T /root/Desktop/targets -C /root/Desktop/combinations -t 90 -X 'uname -a' -o /root/Desktop/logs.txt if i do this now, my output file will look like [2019/10/04 21:16:58] LOGIN OK! 192.168.1.32:22 root root Not bad at all ! Linux test 5.2.0-kali2-amd64 #1 SMP Debian 5.2.9-2kali1 (2019-08-22) x86_64 GNU/Linux so we can also collect infos about the server. of course, less text = better look. also a fake process could be awesome, but i'll post an issue about this implementation. CHEERS !!! |
Any news ? :) |
Sorry for the delay bro... |
Thanks a million !! Good people, good life ! |
@metadone666 I will implement command output to separated files. |
Thanks so much, Brother !
|
We're talking about several features in a single discussion thread. About the needed information on "main output log": Putting here command results may be problematic, due to line breaks of command s that generates a multi-line output. Let me analyze it, I'm still working on it. Regarding "getting host information" point: |
Beautiful ! Issue solved! |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
No description provided.
The text was updated successfully, but these errors were encountered: