Replies: 11 comments
-
let's pretend I say -X 'uname -a' ... is there any way that the "uname -a" info to be printed in output text ? |
Beta Was this translation helpful? Give feedback.
-
so the output will look like |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
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 !!! |
Beta Was this translation helpful? Give feedback.
-
Any news ? :) |
Beta Was this translation helpful? Give feedback.
-
Sorry for the delay bro... |
Beta Was this translation helpful? Give feedback.
-
Thanks a million !! Good people, good life ! |
Beta Was this translation helpful? Give feedback.
-
@metadone666 I will implement command output to separated files. |
Beta Was this translation helpful? Give feedback.
-
Thanks so much, Brother !
|
Beta Was this translation helpful? Give feedback.
-
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: |
Beta Was this translation helpful? Give feedback.
-
Beautiful ! Issue solved! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions