mirror of https://github.com/1N3/Sn1per.git
Updated Nessus Integration (markdown)
parent
e2dabf50d1
commit
7b094f28c5
|
|
@ -1,8 +1,9 @@
|
|||
### Requirements
|
||||
This add-on requires a [Sn1per Professional v8.0](https://xerosecurity.com) license along with the following add-ons and components:
|
||||
- Command Execution Add-on
|
||||
- Nessus Add-on
|
||||
- Nessus v8.x
|
||||
This add-on requires a [Sn1per Professional v9.0](https://sn1persecurity.com/wordpress/product/sn1per-professional-v9-0/) license along with the following add-ons and components:
|
||||
- [Command Execution Add-on](https://sn1persecurity.com/wordpress/product/command-execution-add-on-v2/)
|
||||
- [Nessus Add-on](https://sn1persecurity.com/wordpress/product/nessus-add-on-v2/)
|
||||
- Nessus v8.8.x (Requires Nessus Add-on v1.0 & Sn1per Professional v9.0)
|
||||
- Nessus v10.x (Requires Nessus Add-on v2.0 & Sn1per Professional v9.0)
|
||||
|
||||
This assumes that you already have a working Nessus installation running the latest version (8.11.x). If not, you can obtain a free Nessus license from https://www.tenable.com/downloads/nessus?loginAttempted=true
|
||||
|
||||
|
|
@ -43,6 +44,8 @@ sniper -t 127.0.0.1 -c /sniper/conf/nessus.conf -m vulnscan -w 127.0.0.1
|
|||
```
|
||||
For multi-host scans, you can also use ```sniper -f targets.txt -m massvulnscan -w targets``` command.
|
||||
|
||||
*NOTE: This can also be done using the Command Execution Add-on via the Sn1per Professional web UI by selecting the appropriate config template and selecting the 'vulnscan' mode.*
|
||||
|
||||
### Reporting
|
||||
After the scan(s) complete, results will be shown in the workspace report view under the "Vulnerabilities" section and from the host report.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue