Unverified Commit 20e3924a authored by Greatest125's avatar Greatest125 Committed by GitHub
Browse files

added Breacher run instructions

parent 0d8f1ddd
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -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"