Skip to content

lukemilby/react2shell-honeypot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react2shell-honeypot

Surprise its a honeypot for react2shell...

Run

go run main.go

Docker

docker build -t react2shell-honeypot .
# -p HostPort:ContainerPort
docker run -d \
  --name react2shell-honeypot \
  -p 80:80 \
  -v $(pwd)/logs:/var/log/react2shell-honeypot \
  react2shell-honeypot

logs

docker logs -f react2shell-honeypot

Kill docker container

docker kill react2shell-honeypot

Remove docker container

docker rm react2shell-honeypot

About

react2shell honeypot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published