├── ExampleCode ├── MSF.pdf ├── auto_exploit.sh ├── msf_08_067.py ├── msf_09_050.py ├── msf_ftp_backd.py ├── msf_postgres_read.py ├── msf_sadmind.py ├── msf_sol_tel.py └── notes.md ├── ReadMe.md ├── exploitivator.cfg ├── exploitivator.py ├── exploitivator_scan.cfg ├── msf_scan.py └── scan_types.cfg /ExampleCode/MSF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N1ckDunn/Exploitivator/HEAD/ExampleCode/MSF.pdf -------------------------------------------------------------------------------- /ExampleCode/auto_exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N1ckDunn/Exploitivator/HEAD/ExampleCode/auto_exploit.sh -------------------------------------------------------------------------------- /ExampleCode/msf_08_067.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N1ckDunn/Exploitivator/HEAD/ExampleCode/msf_08_067.py -------------------------------------------------------------------------------- /ExampleCode/msf_09_050.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N1ckDunn/Exploitivator/HEAD/ExampleCode/msf_09_050.py -------------------------------------------------------------------------------- /ExampleCode/msf_ftp_backd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N1ckDunn/Exploitivator/HEAD/ExampleCode/msf_ftp_backd.py -------------------------------------------------------------------------------- /ExampleCode/msf_postgres_read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N1ckDunn/Exploitivator/HEAD/ExampleCode/msf_postgres_read.py -------------------------------------------------------------------------------- /ExampleCode/msf_sadmind.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N1ckDunn/Exploitivator/HEAD/ExampleCode/msf_sadmind.py -------------------------------------------------------------------------------- /ExampleCode/msf_sol_tel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N1ckDunn/Exploitivator/HEAD/ExampleCode/msf_sol_tel.py -------------------------------------------------------------------------------- /ExampleCode/notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N1ckDunn/Exploitivator/HEAD/ExampleCode/notes.md -------------------------------------------------------------------------------- /ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N1ckDunn/Exploitivator/HEAD/ReadMe.md -------------------------------------------------------------------------------- /exploitivator.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N1ckDunn/Exploitivator/HEAD/exploitivator.cfg -------------------------------------------------------------------------------- /exploitivator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N1ckDunn/Exploitivator/HEAD/exploitivator.py -------------------------------------------------------------------------------- /exploitivator_scan.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N1ckDunn/Exploitivator/HEAD/exploitivator_scan.cfg -------------------------------------------------------------------------------- /msf_scan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N1ckDunn/Exploitivator/HEAD/msf_scan.py -------------------------------------------------------------------------------- /scan_types.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N1ckDunn/Exploitivator/HEAD/scan_types.cfg --------------------------------------------------------------------------------