Nettacker/nettacker/core
Arkadii Yakovets 7b1fe262ce
Remove `numpy` dependency
2024-10-21 15:12:13 -07:00
..
lib dir_scan module 2024-09-19 23:08:19 +01:00
utils Remove `numpy` dependency 2024-10-21 15:12:13 -07:00
__init__.py
app.py Refactor code for future `numpy` removal 2024-10-21 14:46:26 -07:00
arg_parser.py Refactor code for future `numpy` removal 2024-10-21 14:46:26 -07:00
die.py
fuzzer.py
graph.py ScanID added to CLI and HTML report for easy identification of results 2024-09-21 02:30:26 +01:00
ip.py
messages.py
module.py Made changes following suggestion 2024-08-31 02:42:15 +05:30
readme.md
socks_proxy.py
template.py

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