A list of arguments that we should be able to pass: - ~~`-ip` provide a specific IP addr to exploit~~ - `-C` scan censys instead of Shodan, Shodan will be default - `—both` scan both Shodan and Censys - `—proxy` run behind a proxy, we don’t need to implement a Tor flag if we use this - ~~`-e` provide a text file containing user provided exploits, it will be saved into a JSON file for future use~~ - `-E` provide a specific exploit to use (if it fails we can either exit or continue) - ~~`—ethics` display #6 :)~~ The goal is to use the arguments, and go to the core functionality we have now if no arguments are passed I’ll add more when I think of things that will be useful, ideas are welcomed
A list of arguments that we should be able to pass:
-ipprovide a specific IP addr to exploit-Cscan censys instead of Shodan, Shodan will be default—bothscan both Shodan and Censys—proxyrun behind a proxy, we don’t need to implement a Tor flag if we use this-eprovide a text file containing user provided exploits, it will be saved into a JSON file for future use-Eprovide a specific exploit to use (if it fails we can either exit or continue)—ethicsdisplay Update autosploit.py #6 :)The goal is to use the arguments, and go to the core functionality we have now if no arguments are passed
I’ll add more when I think of things that will be useful, ideas are welcomed