mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-14 19:55:19 +00:00
removed python3 for enigma
the python3 file disappeared, I opened up a fork request so hopefully python3 support will be added soon
This commit is contained in:
parent
c36197d7a7
commit
135ceadec1
@ -123,7 +123,7 @@ class Enigma(HackingTool):
|
||||
DESCRIPTION = "Enigma is a Multiplatform payload dropper"
|
||||
INSTALL_COMMANDS = [
|
||||
"sudo git clone https://github.com/UndeadSec/Enigma.git"]
|
||||
RUN_COMMANDS = ["cd Enigma;sudo python3 enigma3.py"]
|
||||
RUN_COMMANDS = ["cd Enigma;sudo python enigma.py"]
|
||||
PROJECT_URL = "https://github.com/UndeadSec/Enigma"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user