Loading tools/information_gathering_tools.py +3 −3 Original line number Diff line number Diff line Loading @@ -93,11 +93,11 @@ 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"] RUN_COMMANDS = ["cd reconspider;python3 reconspider.py"] PROJECT_URL = "https://github.com/bhavsec/reconspider" def __init__(self): super(ReconSpider, self).__init__(runnable = False) # def __init__(self): # super(ReconSpider, self).__init__(runnable = False) class IsItDown(HackingTool): Loading Loading
tools/information_gathering_tools.py +3 −3 Original line number Diff line number Diff line Loading @@ -93,11 +93,11 @@ 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"] RUN_COMMANDS = ["cd reconspider;python3 reconspider.py"] PROJECT_URL = "https://github.com/bhavsec/reconspider" def __init__(self): super(ReconSpider, self).__init__(runnable = False) # def __init__(self): # super(ReconSpider, self).__init__(runnable = False) class IsItDown(HackingTool): Loading