mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 01:18:39 +00:00
Update information_gathering_tools.py
This commit is contained in:
parent
6d3c1de1d9
commit
aaf4673b02
1 changed files with 2 additions and 2 deletions
|
|
@ -28,9 +28,9 @@ class Dracnmap(HackingTool):
|
|||
"exploit the network and gathering information with nmap help."
|
||||
INSTALL_COMMANDS = [
|
||||
"sudo git clone https://github.com/Screetsec/Dracnmap.git",
|
||||
"cd Dracnmap && chmod +x Dracnmap.sh"
|
||||
"cd Dracnmap && chmod +x dracnmap-v2.2-dracOs.sh dracnmap-v2.2.sh"
|
||||
]
|
||||
RUN_COMMANDS = ["sudo ./Dracnmap.sh"]
|
||||
RUN_COMMANDS = ["sudo ./dracnmap-v2.2.sh"]
|
||||
PROJECT_URL = "https://github.com/Screetsec/Dracnmap"
|
||||
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue