Nettacker/lib
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
..
graph removed print 2022-09-18 08:16:40 -04:00
html_log local html reports improved 2022-09-18 08:13:14 -04:00
icmp Merge branch 'python3only' of https://github.com/itsdivyanshjain/Nettacker into itsdivyanshjain-python3only 2021-07-20 23:29:59 +02:00
messages Update to lib/messages/hi.yaml 2023-10-14 15:01:00 +05:30
payloads Detecting open Dropbear server (#808) 2024-03-11 16:23:45 -07:00
__init__.py shebang fixes, docker simul install fixes and scripts(bash and win) fixes 2021-06-15 21:46:41 +05:30
readme.md update code based docs #1 2018-02-24 12:21:30 +03:30

readme.md

OWASP Nettacker Libraries and Modules

OWASP Nettacker modules and libraries are located in here

  • argparse argparse fixed library for unicode
  • brute contains brute force types modules
  • graph graph modules of the framework
  • html_log HTML log contents
  • icmp ICMP library
  • language contains messages in several languages
  • scan contains scan types modules
  • vuln contains vulnerability types modules
  • socks_resolver resolve address by socks proxy