Go Search, this is a tool made in go search for exploits.
Compile
Before using the Goploit Finder, we need to compile. And for that to be done you need to have GO installed on your computer.
To compile Goploit just execute this command inside the Goploit folder:
MacOS and Windows users:
"
"
go build -o goploit main.go
Linux users:
go build -o goploit main.go && chmod +x goploit && sudo cp goploit /usr/bin
How to use
For you to use Goploit is very simple! Enough you pass the --name
parameter that will serve to inform you the name of the exploit/failure, or the framework. And for more commands just type the parameter -h
.
./goploit --name [Framework Name]
Dark Mode
Goploit-Finder (this link opens in a new window) by blkzy (this link opens in a new window)
Go Search, this is a tool made in go search for exploits.