Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aliisawesome160 opened this issue May 5, 2024 · 1 comment
Open

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

aliisawesome160 opened this issue May 5, 2024 · 1 comment
Assignees
Labels
answered support Support-related issues

Comments

@aliisawesome160
Copy link

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 securestep9 added the support Support-related issues label May 10, 2024
@securestep9
Copy link
Collaborator

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)

@securestep9 securestep9 self-assigned this May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered support Support-related issues
Projects
None yet
Development

No branches or pull requests

2 participants