CMD Client Nessus
__ _ _ _| |_ ___ _ __ ___ ___ ___ _ _ ___
/ _` | | | | __/ _ \ _____| '_ \ / _ \/ __/ __| | | / __|
| (_| | |_| | || (_) |_____| | | | __/\__ \__ \ |_| \__ \
\__,_|\__,_|\__\___/ |_| |_|\___||___/___/\__,_|___/
Born in the community DragonJar
Clone and install dependencies
git clone [email protected]:luisra51/auto-nessus.git
cd auto-nessus
bundle install
cp config.json.example config.json
- Edit and add : host, username, password.
ruby auto-nessus.rb login
show file help.txt or use ruby auto-nessus.rb help
- create and delete policies, folders, scanners, etc.
- launch scanns
- send actions start, stop and pause to scanns
- change create scans curl to ruby
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request