Loading tools/exploit_frameworks.py +4 −1 Original line number Diff line number Diff line Loading @@ -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): Loading Loading
tools/exploit_frameworks.py +4 −1 Original line number Diff line number Diff line Loading @@ -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): Loading