basicgopot: Honeypot for file uploads. Written in Go.

https://github.com/morgenm/basicgopot

cross-posted from: https://infosec.pub/post/249829

Basicgopot is a basic honeypot I have been developing. It is an HTTP honeypot that logs and saves all file uploads, optionally checking the uploaded file against VirusTotal. Additionally, the user can easily extend the functionality of the honeypot by configuring API webhooks. I plan on adding more features and possibly broadening the project's scope to include deploying deceptions for other protocols.

I would appreciate any feedback and contributions are always welcome.

7 points · 2 comments · view on lemmy.world

2 Comments

CodeBlooded@programming.dev · 2 pts · 3y (1 reply)

Not that it really matters, but the readme says

The touch command must be run the first time the server is run because uploads.json must exist for it to not be mapped as a directory by docker.

while the example shows echo "{}" > uploads.json instead of touch.

morgen@infosec.pub · 2 pts · 3y

Thank you for pointing that out. I updated the readme accordingly :)