Share
## https://sploitus.com/exploit?id=CDB260D7-A1D4-5AAF-ABFD-598D4EDB7DE9
PoC exploit for CVE-XXXX-XXXX. It is an automated mass exploiter that uses the Shodan.io API to collect targets and then attempts to exploit them using Metasploit modules. The tool can be configured to run all available Metasploit modules against the targets in a 'Hail Mary' type of attack. The available Metasploit modules have been selected to facilitate Remote Code Execution and to attempt to gain Reverse TCP Shells and/or Meterpreter sessions. The tool can be started from the terminal with `python autosploit.py` and allows the user to select one of five actions: usage, gather hosts, view hosts, exploit, or quit. The tool depends on the following Python2.7 modules: `shodan`, `pickle`, and `subprocess`. The Metasploit modules available with this tool are selected for RCE and can be found in the `modules.txt` file that is included in this repo.