Nozes – Automate Your Pentest Attacks In One Click 09-03-2017, 07:55 AM
#1
![[Image: 04d82a2ff71038be7566e1bb58c051f5.png]](https://i.gyazo.com/04d82a2ff71038be7566e1bb58c051f5.png)
Nuts is a cmd manager of Pentest. You can automate your pentest attacks in one click and get results.
Req:
Code:
httpd server with TLS/SSL
SQLite3
php5 and php5-sqlite and PDO driver of sqlite
nginx + php + fastcgi
Install:
Code:
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
Login:
Code:
https://localhost/nozes/view/login.php Put it: login: admin password: 1234
executor.php:
Code:
php scripts/Executor.php
(This post was last modified: 09-03-2017, 07:55 AM by ZanGetsu.)
![[Image: Vs4P58c.png]](https://i.imgur.com/Vs4P58c.png)