python script to automate daily task in penetration testing
- nmap script that can read all IPs in excel file and automated the scanning The algorithm is based on scanning all port only at first, then scan the specific ports that had been detected with more nmap's options.
- python3 script to automate the setting for whitebox internal vulnerability assessment during penetration testing process. This script is meant for Nessus advance scan. The code had been obfuscate, contact me if you want the unobfuscated code. ^,^
p/s:
- Two excel files for testing purpose are given, test.xlsx and harrypotter.xlsx are attached as example
- kindly change the column bar name as above if you have your own file, dont worry if you have many columns, it will read only those 4 columns(compulsary created)
- if the host column row it empty, it will read the IP column as host, but the column must be there even though it is empty
pip3 install -r requirements.txt
-
Check your Google Chrome about to get the version
-
Download the driver version from url https://chromedriver.chromium.org/downloads
-
Put your chrome driver in the same folder as nessus_config_review.py file
(B) For Linux:
- locate your chromedriver that is basically in --> /usr/bin/chromedriver
enjoy :)
There will be version 2.0 coming soon