966
Nozes is a Pentest cmd manager. You can automate your pentest attacks in one click and get results.
System Requirements
- httpd server with TLS/SSL
- SQLite3
- php5 and php5-sqlite and PDO driver of sqlite
- nginx + php + fastcgi
Installation
Step 1: Enter the following command on your terminal to download and install nozes tool.
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
Step 2: Go to: http://localhost/nozes/view/login.php Put it: login: admin password: 1234. Change your password at user manager menu
Step 3: Before start tasks, up the executor.php in background
php scripts/Executor.php &