May 2020
Intermediate to advanced
544 pages
12h 57m
English
Metasploit uses the Nessus RESTful API to interact with the Nessus Core Engine, which can only be done following successful authentication. This can be done as follows:
nessus_connect username:password@hostname:port <ssl_verify/ssl_ignore>
The following screenshot shows the output of the preceding command:

username and password are the ones we use to log in to the Nessus web frontend. hostname can be the IP address or DNS name of the Nessus server, and port is the RPC port that the Nessus web frontend runs on. By default, it is TCP ...
Read now
Unlock full access