fplanzer

honeyjars

Mar 14th, 2022 (edited)
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. ## SSH Honeypot: sshesame
  2. apt-get install golang
  3. export GOPATH="/root/go/"
  4. apt-get install git
  5. go get -u github.com/jaksi/sshesame
  6. cd /root/go/bin
  7. ./sshesame -config sshesame.yaml
  8.  
  9.  
  10. ## Wordpress Honeypot: wordpot
  11. git clone https://github.com/gbrindisi/wordpot.git
  12. python wordpot.py
  13.  
Add Comment
Please, Sign In to add comment