mirror of https://github.com/OWASP/Nettacker.git
|
|
||
|---|---|---|
| .. | ||
| module_protocols | ||
| __init__.py | ||
| alert.py | ||
| args_loader.py | ||
| color.py | ||
| compatible.py | ||
| die.py | ||
| graph.py | ||
| ip.py | ||
| load_modules.py | ||
| messages.py | ||
| parse.py | ||
| readme.md | ||
| scan_targers.py | ||
| socks_proxy.py | ||
| targets.py | ||
| time.py | ||
| utility.py | ||
readme.md
OWASP Nettacker core functions
OWASP Nettacker core functions are stored in here.
die.pyexit functionstime.pytime functionsalert.pyuser alerts and printing functionsargs_loader.pyARGV commands and apply rulesattack.pystart new attacks and multi-processing managementscolor.pycolor founds for windows and linux/mac.compatible.pycompatibility functionsconfig.pyuser configs (could be modify by user)config_builder.pycore static configs (same as user configs but should not be change by users)get_input.pyget inputs from users functionsip.pyIPv4 and IPv6 functionsload_modulesload modules, requirements, paths functionslog.pylog the scans and generate reportsparse.pyparse the ARGV and pass ittargets.pyprocess, calculate and count targetsupdate.pyupdates functions of the frameworkwizard.pywizard mode for the framework