mgeeky-Penetration-Testing-.../linux
mb cd52536063 Merge branch 'master' of github.com:mgeeky/Penetration-Testing-Tools 2020-01-18 18:16:02 +01:00
..
README.md Removed superflouous script 2019-12-11 11:43:28 +01:00
find-nessus-plugin.sh Added find-nessus-plugin 2019-06-25 16:06:10 +02:00
openvas-automate.sh First 2018-02-02 22:22:43 +01:00
prepare-kali.sh Merge branch 'master' of github.com:mgeeky/Penetration-Testing-Tools 2020-01-18 18:16:02 +01:00

README.md

Linux-based Penetration Testing tools, scripts and cheatsheets.

  • find-nessus-plugin.sh - Given a Nessus plugin ID this script will echo path to the file containing the plugin's NASL code. Useful when there is a need to review what did the Nessus detected.
$ ./find-nessus-plugin.sh 62940
/opt/nessus/lib/nessus/plugins/iis_ftp7_ms12-073.nasl
  • openvas-automate.sh - A simple OpenVAS scanner automation script. If you want to use your custom defined scan type - you'll need to edit script's code, especially targets array and if decision statement in lines 111-137. gist

  • prepare-kali.sh - A script that supplies fresh Kali installation with set of initial packages, configurations, wordlists (/root/data) and a big repository of tools I've found useful (located in /root/tools). (gist)