From f6ab71da12b000663ad6e126208aa92e864ff1be Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Tue, 29 Dec 2020 14:38:27 +0000 Subject: [PATCH] updated commix run instructions --- tools/exploit_frameworks.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/exploit_frameworks.py b/tools/exploit_frameworks.py index da228b0..9b78e1e 100644 --- a/tools/exploit_frameworks.py +++ b/tools/exploit_frameworks.py @@ -35,7 +35,10 @@ class Commix(HackingTool): "errors or vulnerabilities related to command injection " \ "attacks.\n Usage: python commix.py [option(s)]" INSTALL_COMMANDS = [ - "git clone https://github.com/commixproject/commix.git commix"] + "git clone https://github.com/commixproject/commix.git commix", + "cd commix;sudo python setup.py install" + ] + RUN_COMMANDS = ["sudo python commix.py --wizard"] PROJECT_URL = "https://github.com/commixproject/commix" def __init__(self):