@@ -3,20 +3,18 @@ OWASP Nettacker core functions
33
44OWASP Nettacker core functions are stored in here.
55
6- * ` die.py ` exit functions
7- * ` time.py ` time functions
86* ` alert.py ` user alerts and printing functions
97* ` args_loader.py ` ARGV commands and apply rules
10- * ` attack.py ` start new attacks and multi-processing managements
11- * ` color.py ` color founds for windows and linux/mac.
8+ * ` color.py ` color founds for windows and linux/mac
129* ` compatible.py ` compatibility functions
13- * ` config.py ` user configs (could be modify by user)
14- * ` config_builder.py ` core static configs (same as user configs but should not be change by users)
15- * ` get_input.py ` get inputs from users functions
10+ * ` die.py ` exit functions
11+ * ` graph.py ` graph representation
1612* ` ip.py ` IPv4 and IPv6 functions
17- * ` load_modules ` load modules, requirements, paths functions
18- * ` log .py` log the scans and generate reports
13+ * ` load_modules.py ` load modules, requirements, paths functions
14+ * ` messages .py` class messages
1915* ` parse.py ` parse the ARGV and pass it
20- * ` targets.py ` process, calculate and count targets
21- * ` update.py ` updates functions of the framework
22- * ` wizard.py ` wizard mode for the framework
16+ * ` scan_targets.py ` start new attacks and multi-processing managements
17+ * ` socks_proxy.py ` use SOCKS5 proxy
18+ * ` targets.py ` process, calculate and count targets
19+ * ` time.py ` time functions
20+ * ` utility.py ` support functions
0 commit comments