diff --git a/linux/README.md b/linux/README.md index 64c0b3c..2377da8 100644 --- a/linux/README.md +++ b/linux/README.md @@ -1,5 +1,10 @@ ## 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](https://gist.github.com/mgeeky/a038f809dff4d308db94f5f657908da7))