
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
github.com/mdlayher/goat
NOTE: This was my first Go project, and there are plenty of strange/bad practices in the code. It does work, but please excuse the mess! :)
goat: Go __A__wesome __T__racker. BitTorrent tracker implementation, written in Go. MIT Licensed.
Full documentation for goat may be found on GoDoc.
For convenience, these links are provided to quickly jump to specific areas of documentation:
To download, build, and install goat, simply run:
go get github.com/mdlayher/goat
If using MySQL, the SQL schema files for goat can be found in res/mysql/
.
The database tables must be created manually before goat will run.
To build goat for use with ql, you can run:
go get -tags='ql' github.com/mdlayher/goat
The ql schema files and a tool to build the database can be found in res/ql
.
The ql database will be automatically copied from res/ql/goat.db
to ~/.config/goat/goat.db
.
If you'd like to contribute patches to goat, we'd love to have your help! There are a few requirements which we ask you follow when contributing:
make fmt
will call go fmt
,
golint
, and errcheck
to handle this automatically.make test
to verify each package works properly.Special thanks to the following for their help with the project:
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.