Skip to content

Instantly share code, notes, and snippets.

@MShahine
Last active November 23, 2020 13:04
Show Gist options
  • Save MShahine/d98d80bbad4468cc3c0e0e0cccce6c25 to your computer and use it in GitHub Desktop.
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!
#!/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