mgeeky-Penetration-Testing-.../linux
Mariusz B 3fd3ee9a4d
Added NfSpy
2019-10-16 04:41:59 +02:00
..
README.md Readme 2019-06-25 16:55:45 +02: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 Added NfSpy 2019-10-16 04:41:59 +02: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 - OpenVAS automation script. (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)