-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hello,
I am able to run pshitt with a command like "sudo ./pshitt.py -p 22 -l log.txt -o passwords.json" and it is collecting all login attempts.
But when starting it with -D argument, login attempts are not possible.
Trying to log in I get this error messages:
`
ssh test@XXX.XX.XX.XXX
test@XXX.XX.XX.XXX's password:
Bad packet length 842019379.
padding error: need 842019379 block 16 mod 3
ssh_dispatch_run_fatal: Connection to XXX.XX.XX.XXX port 22: message authentication code incorrect
root@xxx-pc:/mnt/c/Users/xxx# ssh test@XXX.XX.XX.XXX
test@XXX.XX.XX.XXX's password:
Bad packet length 1163022880.
Connection to XXX.XX.XX.XXX closed by remote host.
Connection to XXX.XX.XX.XXX closed.
root@xxx-pc:/mnt/c/Users/xxx# ssh test@XXX.XX.XX.XXX
test@XXX.XX.XX.XXX's password:
Bad packet length 842019379.
padding error: need 842019379 block 16 mod 3
ssh_dispatch_run_fatal: Connection to XXX.XX.XX.XXX port 22: message authentication code incorrect
`
Log file does not produce any output, even with -vvvv argument.