Giter VIP home page Giter VIP logo

nessustrue's Introduction

Cracked Nessus in Docker


Work and creds goes to elliot-bia. Twitter: Elliot58616851

Do not use it for illegal purposes. If any infringement, please create a new issue with the title "Infringement".

Setup

docker pull ramisec/nessus
docker run -d --name=nessus -p 8834:8834 ramisec/nessus
docker exec -it nessus /bin/bash /nessus/update.sh

Migration

If you need to migrate from old versions to new, use the following commands:

#Crate dir
mkdir ~/nessus_data

#Stop container
docker stop nessus

#copy data
docker cp nessus:/opt/nessus/var/nessus/ ~/nessus_data

#delete old container
docker rm nessus

#run new container
docker run -itd --name=nessus -v ~/nessus_data/nessus/:/opt/nessus/var/nessus/ -p 8834:8834 ramisec/nessus

#update plugins
docker exec -it nessus /bin/bash /nessus/update.sh

Username & Password

Username: admin

Reset password by running docker exec -it nessus /opt/nessus/sbin/nessuscli chpasswd

Example output:

Login to change: admin 
New password: Password123!
New password (again): Password123!
Password changed for admin

Now open your browser to https://localhost:8834

nessustrue's People

Contributors

am0rphous avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.