Unverified Commit 6cf4bcbf authored by Greatest125's avatar Greatest125 Committed by GitHub
Browse files

added run command for reconspider

parent 7ed722d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -93,6 +93,7 @@ class ReconSpider(HackingTool):
        "sudo git clone https://github.com/bhavsec/reconspider.git",
        "sudo apt install python3 python3-pip && cd reconspider && sudo python3 setup.py install"
    ]
    RUN_COMMANDS = ["python3 reconspider.py"]
    PROJECT_URL = "https://github.com/bhavsec/reconspider"

    def __init__(self):