Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running in daemon mode not working #8

Open
cyberius0 opened this issue Jan 10, 2023 · 0 comments
Open

Running in daemon mode not working #8

cyberius0 opened this issue Jan 10, 2023 · 0 comments

Comments

@cyberius0
Copy link

cyberius0 commented Jan 10, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant