[置顶] fuzz for test of the Net::HTTP::GET

摘要: use Net::HTTP::GET; my @chars = ; 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_chec... 阅读全文

posted @ 2018-10-02 08:22 Perl6 阅读(336) 评论(0) 推荐(0) 编辑

[置顶] perl6 中将 字符串 转成十六进制

摘要: 可以看这里的链接 阅读全文

posted @ 2018-09-10 22:26 Perl6 阅读(926) 评论(1) 推荐(0) 编辑

[置顶] Net::HTTP 一次添加 cookie, body 发送post请求

摘要: use Net::HTTP::Request; use Net::HTTP::URL; use Net::HTTP::Transport; my $url = Net::HTTP::URL.new("http://localhost/sqli-labs-master/Less-1/?id=2%"); my $request = Net::HTTP::Request.new(:$url,... 阅读全文

posted @ 2018-08-31 12:48 Perl6 阅读(1030) 评论(0) 推荐(0) 编辑

[置顶] HTTP::UserAgent注意问题

摘要: 例用 HTTP::Request 设置头信息时, 比如 add-content , 第二次再执行 add-content 时, content 内容会追加, 并不会重新添加。 当下次再 add-content 时, 要使用 clear 清空一次。 清空后 head/cookie 之类的也要重新添加。 阅读全文

posted @ 2018-08-02 05:46 Perl6 阅读(324) 评论(0) 推荐(0) 编辑

[置顶] ruby http爬虫中的 :body 用法问题

摘要: 引用perl6 中的 User-agent模块中的一段文本: 原文出处: https://github.com/sergot/http-useragent/blob/master/lib/HTTP/Request.pm6 perl6中, http-useragent中的 add-form-data 阅读全文

posted @ 2017-12-15 23:24 Perl6 阅读(751) 评论(0) 推荐(0) 编辑

[置顶] perl6 HTTP::UserAgent (2)

摘要: http://www.cnblogs.com/perl6/p/6911166.html 之前这里有个小小例子, 这里只要是总结一下。 HTTP::UserAgent包含了以下模块: HTTP::UserAgent -> 创建一个浏览器($ua) HTTP::Cookies -> 设置COOKIE H 阅读全文

posted @ 2017-07-08 00:09 Perl6 阅读(732) 评论(0) 推荐(0) 编辑

2019年2月28日

gbk文件转为utf8文件

摘要: convmv -f gbk -t utf-8 --notest -r ./ 阅读全文

posted @ 2019-02-28 07:42 Perl6 阅读(611) 评论(0) 推荐(0) 编辑

2018年9月4日

ecshop 2.7.x 批量测试

摘要: 下面为测试是否存在漏洞的脚本: 为 True 时表示存在漏洞。 关键字查找可以用这个脚本: 必应关键字查找 查找结果后处理 URL 可以用如下脚本: 把以上处理过的文本导入进行批量检测最终脚本为: 注意: 当打印结果为 Error 时, 可能是爬虫出问题, 或者是 url 链接无法打开。如果有这情况 阅读全文

posted @ 2018-09-04 01:29 Perl6 阅读(625) 评论(0) 推荐(0) 编辑

2018年8月17日

Debian安装Nvidia最简单方法

摘要: 电脑配置: 安装bumblebee: 以上会自动安装nvidia驱动。 bumblebee配置文件可以不配置, 直接修改grub即可: 网上很多方法都试过, 只有这个可行。 测试时可以用 screenfetch: 阅读全文

posted @ 2018-08-17 03:44 Perl6 阅读(2101) 评论(0) 推荐(0) 编辑

2018年6月26日

order by 字段自动填写脚本

摘要: 新版 firefox 中的 hackbar 没有 order by 字段填写, 所以就有了这个: 阅读全文

posted @ 2018-06-26 14:30 Perl6 阅读(296) 评论(0) 推荐(0) 编辑

perl6: Proc::Async (new)

摘要: # command with arguments my $proc = Proc::Async.new('whoami'); # subscribe to new output from out and err handles: $proc.stdout.tap(-> $v { print "Use 阅读全文

posted @ 2018-06-26 07:49 Perl6 阅读(250) 评论(0) 推荐(0) 编辑

2018年5月28日

KDE下安装fcitx后终端不能输入中文

摘要: 编辑用户的 ~/.profile 文件(或/etc/profile): 阅读全文

posted @ 2018-05-28 16:45 Perl6 阅读(2252) 评论(0) 推荐(0) 编辑

导航