Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 585 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 585 Bytes

rpot

Rpot is a very basic RCon (remote console) honeypot that logs passwords and executed commands

Usage:

Running

cargo run

Running in Docker

docker build . -t rpot
docker run -p 25575:25575 -d rpot

Changing bind address or port

To change the bind address or port, set the RPOT_BIND_ADDR or RPOT_BIND_PORT environment variable

Discord Webhook

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