mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue