From 4e917e308df243fe05e622aaa3f990eeef63d8d4 Mon Sep 17 00:00:00 2001 From: mgeeky Date: Tue, 25 Jun 2019 16:55:45 +0200 Subject: [PATCH] Readme --- linux/README.md | 5 +++++ 1 file changed, 5 insertions(+) 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))