Hello all
Let’s see how we can install gf tool and how to configure it in our Linux machine
you need to install golang on your machine so let’s install it just run this command
sudo apt-get install golang

golang will be installed on your machine



Now run this command go get -u github.com/tomnomnom/gf



go to the go/bin folder using this command cd go/bin



gf tool is here let’s see if using ls
command



Now let’s move it to /usr/local/bin folder using this command sudo cp gf /usr/local/bin
it will ask you to your root password enter your password and hit <ENTER>



now setup his patterns so let’s back to one directory and run this command
cd src/github.com/tomnomnom/gf/examples



all patterns are here you can see using the ls command
Open another tab and create a folder in your home directory using this command mkdir .gf
Now copy all patterns in the .gf folder in my case my directory name is sudo cp * /home/dark/.gf/



now let’s add some other patterns to clone this repository using this command
git clone https://github.com/1ndianl33t/Gf-Patterns
cd Gf-Patterns
copy all patterns in the .gf folder using this command
sudo cp * ../.gf/
Now let’s see all patterns



Our gf tool is fully installed now we need to install waybackurls to test and find URLs let’s install it
go get -u github.com/tomnomnom/waybackurls
go to your go/bin directory and move it to /usr/local/bin folder
cd go/bin
cp waybackurls /usr/local/bin
the configuration has been completed let’s test it
waybackurls starbucks.com | gf xss


