pshitt
pshitt copied to clipboard
Passwords of SSH Intruders Transferred to Text
When running pshitt with verbose logging, I get tons of this error messages: "Error reading SSH protocol banner" Here's what I get running "sudo ./pshitt.py -p 22 -o passwords.json" ```...
Hello, can I run pshitt.py without sudo, so it doesn't run with root privileges. I understand, one needs root rights to open a port. But is there some way to...
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...
Hi, I'm pretty new to Linux as a whole but followed the installation instructions but got this error, how do I get around this?  Thanks :)
To resolve the issue with running in daemon mode, we need to ensure that logging is properly initialized within the daemon context. We will move the logging setup inside the...