Git Product home page Git Product logo

boom's Introduction

mysql or ssh or mssql boom

boom.py -h 帮助命令:

boom.py -h
usage: boom.py [-h] [-u U] [-ul UL] [-p P] [-pl PL] [-ip IP] [-il IL] [-port PORT] [-key KEY] [-m M] [-o O] [-t T] [-log LOG]

write value

options:
  -h, --help  show this help message and exit
  -u U        user
  -ul UL      user file
  -p P        pass
  -pl PL      pass file
  -ip IP      192.168.0.1 or 192.168.0.1/24
  -il IL      ip or domain or ip:port file
  -port PORT  port
  -key KEY    ssh key file path
  -m M        mysql or mssql or ssh
  -o O        out file
  -t T        threads
  -log LOG    0:none, 1:memory, 2,file

boom.py -h 帮助命令(中文):

usage: boom.py [-h] [-u U] [-ul UL] [-p P] [-pl PL] [-ip IP] [-il IL] [-port PORT] [-key KEY] [-m M] [-o O] [-t T] [-log LOG]

write value

options:
  -h, --help  显示帮助信息并退出
  -u U        指定用户
  -ul UL      指定用户文件
  -p P        指定密码
  -pl PL      指定密码文件
  -ip IP      指定目标IP地址或IP地址范围 (例如:192.168.0.1 或 192.168.0.1/24)
  -il IL      指定IP地址、域名或IP地址与端口的文件
  -port PORT  指定端口号
  -key KEY    指定SSH密钥文件路径
  -m M        指定操作模式 (可以是 "mysql"、"mssql" 或 "ssh")
  -o O        指定输出爆破成功的记录到文件
  -t T        指定线程数
  -log LOG    指定日志记录方式 (0:不记录日志, 1:写入内存, 2:写入文件)

爆破指定ip地址的c段ssh协议:

boom.py -ip 127.0.0.1/24 -m ssh -pl pwd.txt

爆破指定ip mysql协议:

boom.py -ip 127.0.0.1 -m mysql -pl pwd.txt

爆破指定ip mssql协议:

boom.py -ip 127.0.0.1 -m mssql -pl pwd.txt

批量爆破ssh(格式 ip:port or domain:port file):

boom.py -il ip.txt -m ssh -ul user.txt -pl pwd.txt -t 50

批量爆破某个协议的时候,ip列表文件格式可以混合这样写入:

如果ip列表中没有指定端口,就会根据-port 参数的端口号,如果没有指定-port参数就会根据协议默认端口爆破

192.168.0.1
192.168.0.1:22
google.com
google.com:22

boom's People

Contributors

xiutai avatar

Forkers

yy-8885 wwwmd5vip

boom's Issues

有错误

Traceback (most recent call last):
File "boom.py", line 39, in
UnicodeDecodeError: 'gbk' codec can't decode byte 0x82 in position 1042183: illegal multibyte sequence
[4220] Failed to execute script 'boom' due to unhandled exception!

这个是什么错误?

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.