Xyntax / POC-T

渗透测试插件化并发框架 / Open-sourced remote vulnerability PoC/EXP framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wiki错误

wjy397 opened this issue · comments

01 需求与设计
爬虫

示例:B站用户签名档爬虫
命令:python POC-T.py -eC -s spider-example -iA 1-200000 -t 50

-eC : 使用单线程异步(协程)
-iA 1-200000 : 生成从1到200000的连续数字作为用户ID
-t 50 : 设置并发数量为50

源码里 没有-eC参数 异步协程-eG

commented

thanks