Skip to content

Paddyk45/rpot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Minecraft RCon honeypot written in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages