Last active
October 14, 2020 08:13
-
-
Save jnyryan/5721589 to your computer and use it in GitHub Desktop.
Install Nessus on Backtrack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| ################################################### | |
| # Install Nessus on Backtrack | |
| ################################################### | |
| apt-get install nessus | |
| /opt/nessus/sbin/nessus-adduser | |
| /usr/local/bin/nessus-fetch --register 09ed-108c-c2a7-1947-64c8 | |
| /etc/init.d/nessusd start | |
| firefox https://127.0.0.1:8834 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment