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:
Greatest125 2020-12-17 14:41:21 -05:00 committed by GitHub
parent c36197d7a7
commit 135ceadec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"