Skip to content

Golang application to create a portable honeypot web application page with definition for use with modpot

Notifications You must be signed in to change notification settings

echallenge/honeypage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Honeypage (pre-alpha)

Golang application to create a portable honeypot web application page with definition for use with modpot

Example output (config.yaml)

honeypots:
- id: 1
  name: test
  cve: CVE-2021-20232
  application: nuggets
  port: 80
  template_html_file: bharatgas
  detection_endpoint: ForgotCredential
  request_regex: ^admin.*password=.*$
  date_created: "2024-02-15"
  date_updated: "2024-02-15"

Folder Structure

html files (baseDir) - ./templates/ images - ./templates/assets/images/ javascript - ./templates/scripts/

About

Golang application to create a portable honeypot web application page with definition for use with modpot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 100.0%