Nozes

Nozes is a Pentest cmd manager. You can automate your pentest attacks in one click and get results…

Read the docs: https://github.com/CoolerVoid/nozes/blob/master/doc/nozes_apresentation1.pdf

How to Install

Need:
* httpd server with TLS/SSL
* SQLite3 
* php5 and php5-sqlite and PDO driver of sqlite
I test at nginx + php + fastcgi..


1-step
$ git clone https://github.com/CoolerVoid/nozes
$ cp -rf /nozes /var/www/html
$ chmod 755 -R /var/www/html/nozes
$ chmod o+w /var/www/html/nozes/db/ronin.db
$ setenforce 0   (at fedora) or chmod 755 at db/ronin.db

2-step
Go to:  
 http://localhost/nozes/view/login.php
Put it: 
 login: admin
 password: 1234
Change your password at user manager menu...

3-steps
Before start tasks, up the Executor.php in background
$ php scripts/Executor.php &

Video

Download

Loading