Skip to content

Running in daemon mode not working #8

@ghost

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions