1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

updated reconspider run commands

This commit is contained in:
Greatest125
2020-12-26 10:39:36 -05:00
committed by GitHub
parent a779844944
commit 2bce668f0e

View File

@ -93,11 +93,11 @@ class ReconSpider(HackingTool):
"sudo git clone https://github.com/bhavsec/reconspider.git", "sudo git clone https://github.com/bhavsec/reconspider.git",
"sudo apt install python3 python3-pip && cd reconspider && sudo python3 setup.py install" "sudo apt install python3 python3-pip && cd reconspider && sudo python3 setup.py install"
] ]
RUN_COMMANDS = ["python3 reconspider.py"] RUN_COMMANDS = ["cd reconspider;python3 reconspider.py"]
PROJECT_URL = "https://github.com/bhavsec/reconspider" PROJECT_URL = "https://github.com/bhavsec/reconspider"
def __init__(self): # def __init__(self):
super(ReconSpider, self).__init__(runnable = False) # super(ReconSpider, self).__init__(runnable = False)
class IsItDown(HackingTool): class IsItDown(HackingTool):