From 6cf4bcbfc81eb423dcda7480c829c815a4218497 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Fri, 25 Dec 2020 16:28:55 -0500 Subject: [PATCH] added run command for reconspider --- tools/information_gathering_tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/information_gathering_tools.py b/tools/information_gathering_tools.py index 269a229..38d17bb 100644 --- a/tools/information_gathering_tools.py +++ b/tools/information_gathering_tools.py @@ -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):