0xInfection/TIDoS-Framework

sshbrute don't do anything

elig0n opened this issue · 2 comments

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):

  • OS: Arch
  • Python Version 3.9
  • TIDoS Version git

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.

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 😀