Rpot is a very basic RCon (remote console) honeypot that logs passwords and executed commands
cargo run
docker build . -t rpot
docker run -p 25575:25575 -d rpot
To change the bind address or port, set the RPOT_BIND_ADDR
or RPOT_BIND_PORT
environment variable
If you want to output events to a discord webhook, set RPOT_WEBHOOK_URL
to your webhook url
Note: there is currently no feature that stops someone from spamming connections, so use with caution