Nettacker/core
Ali Razmjoo 921702fae3 mark the md5 functionality to be fixed later 2021-10-02 15:33:58 +02:00
..
module_protocols remove and use allow_redirect instead 2021-10-01 19:20:56 +02: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 sort modules and profiles in cli and webui 2021-09-28 19:53:52 +02: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 sort modules and profiles in cli and webui 2021-09-28 19:53:52 +02: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 enhancements and bug fixes 2021-09-08 17:35:28 +02:00
targets.py bug fix in events and ports 2021-09-22 15:02:25 +02:00
time.py fix db issue 2021-08-06 13:05:49 +02:00
utility.py mark the md5 functionality to be fixed later 2021-10-02 15:33:58 +02: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