https://gtfobins.github.io/ lists Unix binaries that can be abused if misconfigured.
This project is a Golang CLI meant to be used as a discovery tool to evaluate what potential binaries could be abused in a Unix system to escalate privileges, open a reverse shell, etc.
brew tap juliendoutre/gogtfobins https://github.com/juliendoutre/gogtfobins
brew install gogtfobins
Check out the project releases on https://github.com/juliendoutre/gogtfobins/releases!
# List all available binaries allowing for opening a reverse shell on the current host.
gogtfobins list --function reverse-shell
# Print possible exploits for the docker binary as JSON.
gogtfobins describe docker --format json
# Get a reverse-shell using the docker binary.
gogtfobins exploit docker reverse-shell
brew install golangci-lint
golangci-lint run
git tag -a v0.1.0 -m "First release"
git push origin v0.1.0