Giter Club home page Giter Club logo

stealbomber's Introduction

logo

Steal Bomber

这是一个用Java语言写的盗号网站轰炸机

启动软件

  • 在终端执行 java -jar stealbomber.jar
  • 程序将自动输出默认配置文件(如果没有)
  • 输出将显示在控制台

如果无法启动请使用 java --enable-preview -jar stealbomber.jar

启动参数

支持一个启动参数

参数 说明 例子
-Dfile= 自定义配置名称(位置) java -Dfile="example.properties" -jar stealbomber.jar

文本编写

使用Java Properties写法

默认使用自动生成的 default.properties

Tip: genoutput的值设为off可以显著降低占用

一行只能有 , 中间使用等号隔开

必填 默认值 说明
genoutput off 输出类型开关, 可填的类型: suc, err, on, off(分别是: 只输出成功,只输出错误,全部输出,全部不输出)
restart-wait 10000 重启等待时间(单位是毫秒)
threads 16 并行攻击的线程数量
URL - 发送账号密码的网址
parameter - 向网站发送的参数(见下例)
proxyswitch false 是否使用代理攻击(真为true 选择系统代理为system)
proxyfile - 代理文件地址

parameter写法

例: username=$[account]&pass=$[password]

变量名 说明
$[account] 随机生成QQ号,QQ邮箱,**大陆手机号
$[password] 随机密码

代理文件

代理支持 HTTP HTTPS SOCKS4 SOCKS5 类型

每一行一个代理,格式如下例

https://5.2.3.5:5235
socks4://1.1.1.1:1111
https://1.2.3.4:5678
socks5://6.6.6.6:2345

TODO

  • 重写Proxy连接(现在的代理逻辑太烂了)
  • 添加GUI

    放弃使用Swing制作GUI 该TODO无限期搁置中

stealbomber's People

Contributors

obcbo avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

zzy999666

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.