Skip to content

python script to automate daily task in penetration testing

Notifications You must be signed in to change notification settings

saitamang/automated_pentest_tools

Repository files navigation

Lets Automate It!

python script to automate daily task in penetration testing

nmap_auto_fast.py

  • 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.

nessus_vulnerability_assessment_automator.py

  • 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. ^,^

Requirement:

1. Excel Files

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

2. Python3 modules

pip3 install -r requirements.txt

3. Google Chrome Driver

(A) For windows:

(B) For Linux:

  • locate your chromedriver that is basically in --> /usr/bin/chromedriver

Make Sure:

- Check your terminal always as it may ask some credential and some others - Don't make the browser small size - Do contact me if there is bug, I will repair it soonest

Dont forget to STAR (★) my repo

- To keep me motivated, your star/fork will makes me happy and motivated to enhance more the script and makes some other automation tools

enjoy :)

There will be version 2.0 coming soon

About

python script to automate daily task in penetration testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages