侧边栏壁纸
  • 累计撰写 11 篇文章
  • 累计收到 4 条评论

SMS压力测试

admin
2022-07-12 / 0 评论 / 7 阅读 / 正在检测是否收录...

方案二:只有Python3.X环境的需要使用证明pip工具。

⒈ 安装所需要的库

`cd SMSBoom
pip install -r requirements.txt
pip install -r requirements-dev.txt `

使用 webui
试运行smsboom.py

python smsboom.py
若无报错,输出帮助信息,则说明环境已经正确安装。

使用前先更新
python smsboom.py update

启动64个爆破问题,爆炸的////人号码(198xxxxxxxx),只爆炸//一波。

python smsboom.py run -t 64 -p 198xxxxxxxx

启动64个炸轮爆炸,//启动循环轰//,启动循环轰//60次

python smsboom.py run -t 64 -p 198xxxxxxxx -f 60

启动64个爆破循环,,///号码(198xxxxxxxx),启动循环轰//, 番轰//60次, 每隔30秒/30秒

python smsboom.py run -t 64 -p 198xxxxxxxx -f 60 -i 30

启动64个炸雷,号码(198xxxxxxxx),启动循环轰//,番轰//60次,每隔30秒,开启触发列表进行轰炸

python smsboom.py run -t 64 -p 198xxxxxxxx -f 60 -i 30 -e

启动64个轮子炸个炸线索,//多人号码(198xxxxxxxx,199xxxxxxxx),启动循环轰//,番轰60次,每间隔30秒,代理进行轰炸列表

`python smsboom.py run -t 64 -p 198xxxxxxxx -p 199xxxxxxxx -f 60 -i 30 -e` 
0

评论 (0)

取消