Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Exploit Title: url shortener script 1.0 sql injection Vulnerabilities
- # Author: M.Jock3R
- # Category:: webapps
- # Tested on: windows XP Sp2 FR
- ===================================================================================
- Vuln file : show.php
- Vuln Code :
- if($_GET['id']){
- require("mysql.php");
- $id = addslashes($_GET['id']);
- $getUrl = mysql_query("select url from urls where id = $id");
- Exploit:
- http://localhost/url-shortener-script/show.php?id=[Inj3ct]
- # [2011-10-07]
Advertisement
Add Comment
Please, Sign In to add comment