Nettacker/core
Captain-T2004 81b842563b
Detecting open Dropbear server (#808)
* Detecting open Dropbear server

* Making code more readable

After testing it rigorously i have found that without the try and except the code doesn't work, so to improve the readability i have added some comments, also added is finally block to close the connection.

* Replaced try/except with if/else

As per the suggestions i have replaced try/except with if/else and i have ran multiple tests on my localhost to test and it is working.

* Made the code concise

I have made the suggested changes to the code to make it more concise and easy to read. I have taken time to test it and make sure it works( it does ).
2024-03-11 16:23:45 -07:00
..
module_protocols Detecting open Dropbear server (#808) 2024-03-11 16:23:45 -07: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 return of texttable by default 2022-09-18 10:40:37 -04:00
ip.py save 2021-07-30 13:37:30 +02:00
load_modules.py Fix a typo in sort dictionary method name 2023-10-10 13:28:09 -07:00
messages.py fix some errors 2021-07-31 07:55:41 +02:00
parse.py Correct module name 2023-07-09 12:12:22 -04:00
readme.md Correct module name 2023-07-09 12:12:22 -04:00
scan_targets.py Correct module name 2023-07-09 12:12:22 -04:00
socks_proxy.py Apply PEP8 2022-10-09 11:37:14 +02:00
targets.py Correct module name 2023-07-09 12:12:22 -04:00
time.py fix db issue 2021-08-06 13:05:49 +02:00
utility.py Fix a typo in sort dictionary method name 2023-10-10 13:28:09 -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