OWASP / Nettacker

Automated Penetration Testing Framework - Open-Source Vulnerability Scanner - Vulnerability Management
https://owasp.org/www-project-nettacker/
Apache License 2.0
3.05k stars 718 forks source link

i keep gitting the smae error it making me pissed #837

Open aliisawesome160 opened 2 months ago

aliisawesome160 commented 2 months ago

when i runned python nettacker.py -i owasp.org -s -m port_scan it gave me a error saying [2024-05-05 01:30:55][X] file "/home/kali/Nettacker/.data/results/results_2024_05_05_01_30_53_ggruaklqqz.html" is not writable!

securestep9 commented 1 month ago

check and change /home/kali/Nettacker/.data/ and /home/kali/Nettacker/.data/results folder permissions to be writeable. you can also use -o switch to write the scan results into another file, for example:

python nettacker.py -i owasp.org -s -m port_scan -o /tmp/results.html
python nettacker.py -i owasp.org -s -m port_scan -o /tmp/results.csv

^ this will put the scan results in the /tmp/results.html or /tmp/results.csv (nettacker also support .txt and .json formats)