Last active
November 23, 2020 13:04
-
-
Save MShahine/d98d80bbad4468cc3c0e0e0cccce6c25 to your computer and use it in GitHub Desktop.
In This File I Added Some Useful Tools Writing By The BEST Of Open-source Hackers. But First Check The GoSetup!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# | |
# getthem.py | |
# | |
from os import system | |
lista = ['tomnomnom/gf', 'tomnomnom/meg', 'tomnomnom/assetfinder', 'tomnomnom/httprobe', 'tomnomnom/unfurl', 'tomnomnom/fff', 'tomnomnom/waybackurls', 'hiddengearz/jsubfinder', 'tomnomnom/anew', 'tomnomnom/qsreplace','dwisiswant0/unew', 'ffuf/ffuf' ,'OJ/gobuster', 'lc/gau', 'hakluke/hakrawler', 'hakluke/hakrevdns', 'hakluke/hakcheckurl', 'hakluke/haksecuritytxt', 'hakluke/haktldextract'] | |
for i in lista: | |
cmd = 'go get github.com/'+i | |
system(cmd) | |
print("*"*90) | |
print("done!") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment