brutor:使用 Tor 发出匿名 CURL 请求的 PHP 脚本

时间:2021-06-19 01:49:22
【文件属性】:
文件名称:brutor:使用 Tor 发出匿名 CURL 请求的 PHP 脚本
文件大小:4KB
文件格式:ZIP
更新时间:2021-06-19 01:49:22
PHP 安装 先安装tor 。 在 Mac OS X 上,输入brew install tor 。 例子 <?php $ b = new Brutor ([ 'times_per_ip' => 3 , 'times' => 'forever' , 'sleep_per_ip' => 10 , 'sleep' => 120 , 'random_ua' => true , 'curl_request' => "'http://www.google.com' -X POST -H 'Origin: http://www.google.com'" , 'curl_continue' => function () { return true ; }, 'curl_continue_per_ip' => function ( $ resp ) { return !! preg_matc
【文件预览】:
brutor-master
----.gitignore(17B)
----Brutor.php(4KB)
----torrc(14B)
----log()
--------.gitignore(14B)
----ua.txt(1KB)
----README.md(1KB)
----Console.php(1KB)

网友评论