Nettacker/core
Ali Razmjoo 6089089d66 fix race condition error and sorting steps 2021-12-17 01:52:27 +01:00
..
module_protocols remove debuging code 2021-12-04 23:56:09 +01:00
__init__.py ditching py2 msg 2021-07-30 14:48:24 +02:00
alert.py enhancements and bug fixes 2021-09-08 17:35:28 +02:00
args_loader.py load extra args types to affect modules 2021-12-05 11:53:47 +01:00
color.py more cleaning 2021-07-29 21:37:38 +02:00
compatible.py remove unused newrelic api 2021-09-13 14:28:26 +02:00
die.py Revert "fixed bugs" 2021-07-30 14:02:29 +02:00
graph.py fix html and txt report 2021-09-20 20:52:26 +02:00
ip.py save 2021-07-30 13:37:30 +02:00
load_modules.py fix race condition error and sorting steps 2021-12-17 01:52:27 +01:00
messages.py fix some errors 2021-07-31 07:55:41 +02:00
parse.py api report and profile fix 2021-08-18 18:44:40 +05:30
readme.md remove _ and __ 2021-07-28 14:48:08 +02:00
scan_targers.py auto service discovery 2021-12-04 23:43:20 +01:00
targets.py auto service discovery 2021-12-04 23:43:20 +01:00
time.py fix db issue 2021-08-06 13:05:49 +02:00
utility.py enhancement in log4j module 2021-12-14 02:10:54 +01:00

readme.md

OWASP Nettacker core functions

OWASP Nettacker core functions are stored in here.

  • die.py exit functions
  • time.py time functions
  • alert.py user alerts and printing functions
  • args_loader.py ARGV commands and apply rules
  • attack.py start new attacks and multi-processing managements
  • color.py color founds for windows and linux/mac.
  • compatible.py compatibility functions
  • config.py user configs (could be modify by user)
  • config_builder.py core static configs (same as user configs but should not be change by users)
  • get_input.py get inputs from users functions
  • ip.py IPv4 and IPv6 functions
  • load_modules load modules, requirements, paths functions
  • log.py log the scans and generate reports
  • parse.py parse the ARGV and pass it
  • targets.py process, calculate and count targets
  • update.py updates functions of the framework
  • wizard.py wizard mode for the framework