Skip to content

OfficialDataBuster/HoneYLoG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HoneYLoG

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.

  1. Configure .htaccess (set the path to the full path to your .htpassword)
  2. Configure CloudFlare
  3. Configure Users ( use PASSWORD_BCRYPT to hash your passwords.)
  4. 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.

About

Shitty honeypot repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages