Skip to content

由 NodeJs 实现的短信轰炸器

Notifications You must be signed in to change notification settings

nnn-li/ysale-sms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

demo

说明

目前只能识别出 比较清晰的验证码 识别率和验证码清晰度有关 比如 这种 识别率在百分百

处理前

为了提高识别效率 ,使用了 gm 处理图片 处理后的图片

处理后

如何使用?

由于使用了 验证码识别,请在使用前需要先安装 node-tesseract 和 gm

node-tesseract install

brew install tesseract --with-all-languages

gm install

brew install imagemagick
brew install graphicsmagick

运行

git clone https://github.com/yumemor/ysale-sms.git
cd ysale-sms
npm install
node app.js

配置

在 app.js 中添加你需要轰炸的手机号码,间隔时间请定在 3000 毫秒以上。

低于这个数字 可能号码被加入黑名单

最后

最近在学习 NodeJs ,正好在 QQ 空间里面看见了这个消息 (骗人的)

QQ20160626-0

由于在学习阶段 代码不是很规范,大家可以任意修改 push 上来。

About

由 NodeJs 实现的短信轰炸器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%