mirror of https://github.com/OWASP/Nettacker.git
* feature: exclude certain ports from being scanned * ruff fixes * handling exception for vulnerablility modules * not relying on try and except * updated documentation, changed flag * test case for module file * update test * mocking the database calls, that's probably the issue * removed breaking test for now * coderabbit suggested change, minor code refactoring * ruff fixes --------- Signed-off-by: Achintya Jai <153343775+pUrGe12@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| lib | ||
| utils | ||
| __init__.py | ||
| app.py | ||
| arg_parser.py | ||
| die.py | ||
| fuzzer.py | ||
| graph.py | ||
| ip.py | ||
| messages.py | ||
| module.py | ||
| readme.md | ||
| socks_proxy.py | ||
| template.py | ||
readme.md
OWASP Nettacker core functions
OWASP Nettacker core functions are stored in here.
alert.pyuser alerts and printing functionsargs_loader.pyARGV commands and apply rulescolor.pycolor founds for windows and linux/maccompatible.pycompatibility functionsdie.pyexit functionsgraph.pygraph representationip.pyIPv4 and IPv6 functionsload_modules.pyload modules, requirements, paths functionsmessages.pyclass messagesparse.pyparse the ARGV and pass itscan_targets.pystart new attacks and multi-processing managementssocks_proxy.pyuse SOCKS5 proxytargets.pyprocess, calculate and count targetstime.pytime functionsutility.pysupport functions