Skip to content

Commit

Permalink
Update nessus_rest_login.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksaZatezalo authored Dec 10, 2023
1 parent 93cfdd8 commit bc16684
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,10 @@ msf6 auxiliary(scanner/nessus/nessus_rest_login) > run
msf6 auxiliary(scanner/nessus/nessus_rest_login) >
```

## Installation Steps
This is a serise of instalation steps for downloading, installing and running nessus on Debian. They are as follows:
1. Go to tenable.com.
2. Download the latest version of nessus. Take note of the version number.
3. Run the following command in the same directory as the .deb file: ```dpkg -i Nessus-<version number>-debian6_amd64.deb```
4. Restart nessus with the ```systemctl start nessusd``` command.
5. Use your browser to access port 8834 on local host (https://localhost:8834).

0 comments on commit bc16684

Please sign in to comment.