Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MO
morgen @infosec.pub
Posts 5
Comments 2

basicgopot: Honeypot for file uploads. Written in Go.

github.com GitHub - morgenm/basicgopot: Honeypot for file uploads. Written in Go.

Honeypot for file uploads. Written in Go. Contribute to morgenm/basicgopot development by creating an account on GitHub.

GitHub - morgenm/basicgopot: Honeypot for file uploads. Written in Go.

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.

2

basicgopot: Honeypot for file uploads. Written in Go.

github.com GitHub - morgenm/basicgopot: Honeypot for file uploads. Written in Go.

Honeypot for file uploads. Written in Go. Contribute to morgenm/basicgopot development by creating an account on GitHub.

GitHub - morgenm/basicgopot: Honeypot for file uploads. Written in Go.

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.

0

basicgopot: Honeypot for file uploads. Written in Go.

github.com GitHub - morgenm/basicgopot: Honeypot for file uploads. Written in Go.

Honeypot for file uploads. Written in Go. Contribute to morgenm/basicgopot development by creating an account on GitHub.

GitHub - morgenm/basicgopot: Honeypot for file uploads. Written in Go.

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.

0

Linter for Go that validates slice/array bounds

github.com GitHub - morgenm/goboundcheck: Linter for Go ensuring all array and slice bounds are validated.

Linter for Go ensuring all array and slice bounds are validated. - GitHub - morgenm/goboundcheck: Linter for Go ensuring all array and slice bounds are validated.

GitHub - morgenm/goboundcheck: Linter for Go ensuring all array and slice bounds are validated.

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

> This is a linter I wrote for Go that ensures all slice and array bound accesses are validated. Right now, it ensures that all accesses are enclosed within an if-statement that calls cap or len. > > Any and all contributions and feature requests are welcome.

0

Linter for Go that validates slice/array bounds

github.com GitHub - morgenm/goboundcheck: Linter for Go ensuring all array and slice bounds are validated.

Linter for Go ensuring all array and slice bounds are validated. - GitHub - morgenm/goboundcheck: Linter for Go ensuring all array and slice bounds are validated.

GitHub - morgenm/goboundcheck: Linter for Go ensuring all array and slice bounds are validated.

This is a linter I wrote for Go that ensures all slice and array bound accesses are validated. Right now, it ensures that all accesses are enclosed within an if-statement that calls cap or len.

Any and all contributions and feature requests are welcome.

0