mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-15 04:05:29 +00:00
added run command for reconspider
This commit is contained in:
parent
7ed722d672
commit
6cf4bcbfc8
@ -93,6 +93,7 @@ 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"]
|
||||||
PROJECT_URL = "https://github.com/bhavsec/reconspider"
|
PROJECT_URL = "https://github.com/bhavsec/reconspider"
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user