0xInfection / TIDoS-Framework

The Offensive Manual Web Application Penetration Testing Framework.
GNU General Public License v3.0
1.76k stars 388 forks source link

sshbrute don't do anything #131

Closed elig0n closed 3 years ago

elig0n commented 3 years ago

Describe the bug when running sshbrute against valid ip and port the list of attempts is displayed but no connection attempts are detected via either wireshark nor ssh authentication logs.

To Reproduce

vicadd --ip 192.168.14.1
load sshbrute
attack

Actual behavior a lot of [!] Checking X and Y... lines scrolling fast but no actual attempts are detected

Specs (please complete the following information):

0xInfection commented 3 years ago

Are you sure you have the pexpect library installed? I'm not quite sure what is the issue here but looking at the code I can fairly confidently say that the script should attempt to connect to the server.

elig0n commented 3 years ago

I found two caveats. One is that the user prompted port is not even used, for which I published this PR and second that I should have run packet capture program on interface lo 😀