Nettacker/nettacker/core
James 8c538fa065
optimized the sort_loops in module.py and also improved readability (#1150)
Co-authored-by: Sam Stepanyan <sam.stepanyan@owasp.org>
2025-10-12 21:59:53 +00:00
..
lib [feature] add custom headers for http requests via CLI and remove sensitive headers before adding it to the database (#1107) 2025-07-26 20:30:05 +00:00
utils [feature] add custom headers for http requests via CLI and remove sensitive headers before adding it to the database (#1107) 2025-07-26 20:30:05 +00:00
__init__.py Change the entry point name/location 2024-08-11 11:31:18 -07:00
app.py Allow running on FreeBSD 13.*, 14.* and 15.* (#1136) 2025-09-14 17:31:15 +00:00
arg_parser.py adding new output types (#1085) 2025-09-07 18:22:29 +00:00
die.py Change the entry point name/location 2024-08-11 11:31:18 -07:00
fuzzer.py Change the entry point name/location 2024-08-11 11:31:18 -07:00
graph.py adding new output types (#1085) 2025-09-07 18:22:29 +00:00
ip.py Refactoring Ip.py to return proper boolean values (#1043) 2025-05-27 22:02:59 +00:00
messages.py Change the entry point name/location 2024-08-11 11:31:18 -07:00
module.py optimized the sort_loops in module.py and also improved readability (#1150) 2025-10-12 21:59:53 +00:00
readme.md Change the entry point name/location 2024-08-11 11:31:18 -07:00
socks_proxy.py Change the entry point name/location 2024-08-11 11:31:18 -07:00
template.py Change the entry point name/location 2024-08-11 11:31:18 -07:00

readme.md

OWASP Nettacker core functions

OWASP Nettacker core functions are stored in here.

  • alert.py user alerts and printing functions
  • args_loader.py ARGV commands and apply rules
  • color.py color founds for windows and linux/mac
  • compatible.py compatibility functions
  • die.py exit functions
  • graph.py graph representation
  • ip.py IPv4 and IPv6 functions
  • load_modules.py load modules, requirements, paths functions
  • messages.py class messages
  • parse.py parse the ARGV and pass it
  • scan_targets.py start new attacks and multi-processing managements
  • socks_proxy.py use SOCKS5 proxy
  • targets.py process, calculate and count targets
  • time.py time functions
  • utility.py support functions