Skip to content

Commit

Permalink
005
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyGhoshs authored Apr 17, 2022
1 parent abf9666 commit 42d2d6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"puredns":"go install github.com/d3mondev/puredns/v2@latest &> /dev/null",
"gospider":"go get -u github.com/jaeles-project/gospider &> /dev/null",
"gowitness":"go get -u github.com/sensepost/gowitness &> /dev/null",
"massdns":"git clone https://github.com/blechschmidt/massdns.git;cd massdns;sudo make;mv bin/massdns /bin;cd ..;rm -rf massdns",
"padbuster":"https://raw.githubusercontent.com/AonCyberLabs/PadBuster/master/padBuster.pl;chmod +x padBuster.pl;mv padBuster.pl /bin/padbuster",
"massdns":"git clone https://github.com/blechschmidt/massdns.git;cd massdns;sudo make;sudo mv bin/massdns /bin;cd ..;rm -rf massdns",
"padbuster":"wget https://raw.githubusercontent.com/AonCyberLabs/PadBuster/master/padBuster.pl;chmod +x padBuster.pl;sudo mv padBuster.pl /bin/padbuster",
"dirsearch":"sudo pip3 install git+https://github.com/maurosoria/dirsearch &> /dev/null",
"findomain":"sudo wget https://github.com/findomain/findomain/releases/latest/download/findomain-linux -O /bin/findomain;chmod +x /bin/findomain",
"aquatone":"bin_from_git michenriksen/aquatone &> /dev/null",
"ffuf":"git clone https://github.com/ffuf/ffuf ; cd ffuf ; go get ; go build ; mv ffuf /bin/ffuf; cd ..; rm -rf ffuf",
"ffuf":"git clone https://github.com/ffuf/ffuf ; cd ffuf ; go get ; go build ;sudo mv ffuf /bin/ffuf; cd ..; rm -rf ffuf",
"linkfinder":"sudo pip3 install git+https://github.com/GerbenJavado/LinkFinder &> /dev/null",
"masscan":"git clone https://github.com/robertdavidgraham/masscan > /dev/null 2>&1 && cd masscan && make > /dev/null 2>&1 && make install > /dev/null 2>&1 && mv bin/masscan /usr/local/bin/; cd ..; rm -rf masscan",
"masscan":"git clone https://github.com/robertdavidgraham/masscan > /dev/null 2>&1 && cd masscan && make > /dev/null 2>&1 && make install > /dev/null 2>&1 && sudo mv bin/masscan /usr/local/bin/; cd ..; rm -rf masscan",
"github_subdomains":"go get -u github.com/gwen001/github-subdomains &> /dev/null",
"dnsgen":"sudo pip3 install git+https://github.com/ProjectAnte/dnsgen &> /dev/null",
"unew":"go get -u github.com/dwisiswant0/unew &> /dev/null",
Expand Down

0 comments on commit 42d2d6c

Please sign in to comment.