Nessus
To install Nessus:
- Get the lisence on ur email and get the deb file with this:
curl --request GET \ --url 'https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.8.3-ubuntu1604_amd64.deb' \ --output 'Nessus-10.8.3-ubuntu1604_amd64.deb'
- Then install the deb file:
sudo apt install ./Nessus-10.8.3-ubuntu1604_amd64.deb - Then follow David Bombal video: https://www.youtube.com/watch?v=Gy-aPBb0djk
- To start the service:
sudo systemctl start nessusd.service
Cool Fact: the
dinnessusdstands for daemon likesshd
- Then go to this port:
https://127.0.0.1:8843/
my creds==> asem:asem
WMAP
is a plugin within MSF...
Usage:
load wmapwmap_<functions>we have: modules, nodes, run, sites, targets and vulns.wmap_targets -hthe -h shows help menu for wmap_targets menu
use what you want...