You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
added Breacher run instructions
This commit is contained in:
@ -196,9 +196,10 @@ class Breacher(HackingTool):
|
||||
INSTALL_COMMANDS = ["git clone https://github.com/s0md3v/Breacher.git"]
|
||||
PROJECT_URL = "https://github.com/s0md3v/Breacher"
|
||||
|
||||
def __init__(self):
|
||||
super(Breacher, self).__init__(runnable = False)
|
||||
|
||||
def run(self):
|
||||
domain = input("Enter domain (example.com) >> ")
|
||||
os.chdir("Breacher")
|
||||
subprocess.run(["python3", "breacher.py", "-u", domain])
|
||||
|
||||
class InformationGatheringTools(HackingToolsCollection):
|
||||
TITLE = "Information gathering tools"
|
||||
|
Reference in New Issue
Block a user