OWASP / Nettacker

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

Added More Command Examples for New Users in nettacker.py #849

Open ARYAN03B opened 3 months ago

ARYAN03B commented 3 months ago

Fixes #740

Checklist

Changes proposed in this pull request

In your Python code (nettacker.py), consider adding more command examples. This helps new users who may find it difficult to create the right commands when they use your code for the first time. It makes it easier for them to write the correct code.

Like that:-

nettacker -L en -v -o results.txt -i target.com -m ftp_brute,ssh_brute -u admin -P passwords.txt -g 21,22 --start-api --api-host 0.0.0.0 --api-port 5000

securestep9 commented 1 month ago

There is a major code refactoring ongoing right now with additional work done as part of Google Summer of Code 2024. We will include your suggestions once the new version of Nettacker with refactored codebase is released at the end of August