Shitty honeypot repo; Made by my friend Amp (@LulzAmp) and originally found on LulzSec's website; Warning: actually, really shitty. I tried to start it off as a small logger, it got out of hands. Might add E-Mail Support soon (if I get bored again). Follow @LulzAmp's version for updates.
- Configure .htaccess (set the path to the full path to your .htpassword)
- Configure CloudFlare
- Configure Users ( use PASSWORD_BCRYPT to hash your passwords.)
- You're done; have fun.
Optional: 5. remove the following lines of code from .htaccess and remove .htpasswd completely, so dumbasses won't give up on the login.
# setup htpasswd
AuthUserFile /full/path/to/.htpasswd
AuthType Basic
# put whatever bullshit you want here instead of "Restricted Area"
AuthName "Restricted Area"
Require valid-user
.htpassword contains root:toor by default.