pshitt icon indicating copy to clipboard operation
pshitt copied to clipboard

Running in daemon mode not working

Open ghost opened this issue 3 years ago • 0 comments

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 [email protected]

[email protected]'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 [email protected]

[email protected]'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 [email protected]

[email protected]'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.

ghost avatar Jan 10 '23 20:01 ghost