http403 / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

3 new feature request: "quite", "save_to_file" and "what_do_to_in_case_of_success" #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
Running long "attack_cowpatty" or "attack_passthrough" session, I think it
is wellcome 3 more option:

-save_to_file </path/file>
With this option, if pyrit finds the password, it will not print to video
but will save to a file.

-if_success <script>
With this option, if pyrit finds the password, pyrit stops and provide to
run the bash script so I can set script to send a mail, to shout down the
pc, to run pyrit with different parameters, etc etc.

-quite
With this option, pyrit run in background leaving the console free to be
used for other activities if necessary: pyrit (if option "-save_to_file" is
not used) will "pop up" in case of success, printing the founded password:
if no success, pyrit will not report any feedback and finish silenty.

of course, these option can be combined to make more flexible the use of pyrit.

So i can run this:

pyrit -e ESSID -i hash.cow -r file.cap -save_to_file the_password_is.txt
-if_success shutdown_the_pc.sh attack_cowpatty

or 

pyrit -r test.pcap -b MAC_ADDRESS -i words.txt -save_to_file
the_password_is.txt -if_success email_to_me.sh -quit attack_passthrough

I hope I gave good suggestion.

Original issue reported on code.google.com by pyrit.lo...@gmail.com on 18 Feb 2010 at 10:09

GoogleCodeExporter commented 9 years ago
Done in r216. See 
http://pyrit.wordpress.com/2010/02/19/using-pyrit-in-shell-scripts/
for more information.

Original comment by lukas.l...@gmail.com on 19 Feb 2010 at 3:01