Unverified Commit 135ceade authored by Greatest125's avatar Greatest125 Committed by GitHub
Browse files

removed python3 for enigma

the python3 file disappeared, I opened up a fork request so hopefully python3 support will be added soon
parent c36197d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"