pentoo / pentoo-overlay

Gentoo overlay for security tools as well as the heart of the Pentoo Livecd
312 stars 89 forks source link

Go-pot #1929

Closed necrose99 closed 6 days ago

necrose99 commented 1 month ago

Http/s honeypot.. (Laptops dead... desktop took a strike⚡️so new power supply... new surge strip... so my apologies.. on mobile , bit limited if late)

Also pre compiled binaries on release page..

Skeleton ebuild..

EAPI=7

DESCRIPTION="A HTTP tarpit written in Go designed to maximize bot misery through very slowly feeding them an infinite stream of fake secrets." HOMEPAGE="https://github.com/ryanolee/go-pot" SRC_URI="https://github.com/ryanolee/go-pot/archive/refs/tags/v1.0.0-rc3.tar.gz -> ${P}.tar.gz"

LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm64 ~arm" IUSE=""

DEPEND="dev-lang/go" RDEPEND=""

src_compile() { go build -o "${S}/go-pot" }

src_install() { dobin "${S}/go-pot" dodoc README.md }

ryanolee commented 1 month ago

Following up on this let me know if you need any support getting this honeypot placed if you find it worth adding :eyes:

blshkv commented 6 days ago

go projects is a pain to maintain. So please create a pull with working ebuild. Until when, i'll close this bug