Nettacker/core/module_protocols
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
..
__init__.py save new changes 2021-07-30 23:38:21 +02:00
core_ftp.py issue558 fix 2022-06-20 17:49:06 +05:30
core_http.py Merge branch 'master' into bug558 2022-09-24 19:46:42 +02:00
core_pop3.py add pop3 ssl + small fix 2022-11-06 16:46:35 +01:00
core_smtp.py issue558 fix 2022-06-20 17:49:06 +05:30
core_socket.py issue558 fix 2022-06-20 17:49:06 +05:30
core_ssh.py Detecting open Dropbear server (#808) 2024-03-11 16:23:45 -07:00
core_telnet.py issue558 fix 2022-06-20 17:49:06 +05:30