detrojones / reaver-wps

Automatically exported from code.google.com/p/reaver-wps
0 stars 0 forks source link

Restore from previous session as command line switch #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am very happy for the restore from previous session feature.

would it be possible to add a switch to either restore from previous or not ?
right now when I launch my script with reaver it is asking me and is awaiting 
my input

when the command line switch would be supplied to the application it would not 
ask

so all in all reaver would not wait for any user input after being launched.
I guess it would not be too hard to implements since (me as a very lame coder) 
it only needs changing argparser to recognize new switch and when it is 
recognized call a function that is called when user answers the prompt with Y.

thank you very much in advance

Original issue reported on code.google.com by jcdento...@gmail.com on 13 Jan 2012 at 5:19

GoogleCodeExporter commented 9 years ago
use -a

Original comment by andremeg...@hotmail.com on 13 Jan 2012 at 7:02

GoogleCodeExporter commented 9 years ago
Yes, the --auto switch will do this for you.

Original comment by cheff...@tacnetsol.com on 15 Jan 2012 at 6:00