From 135ceadec14fee98f0303455efedb45189e687eb Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Thu, 17 Dec 2020 14:41:21 -0500 Subject: [PATCH] removed python3 for enigma the python3 file disappeared, I opened up a fork request so hopefully python3 support will be added soon --- tools/payload_creator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/payload_creator.py b/tools/payload_creator.py index 3f6e8d7..47b2e4b 100644 --- a/tools/payload_creator.py +++ b/tools/payload_creator.py @@ -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"