Giter VIP home page Giter VIP logo

hostcollision's Introduction

HostCollision

基于golang编写的多线程Host爆破/扫描/碰撞工具

使用方法

./main -i <ip_file_path> -d <host_file_path> -n <numuber_of_goroutine>  -o <output_file_path> -s 1000

example:

./main -i ip.txt -d host.txt -o output.txt -s 1500 -n 15 -m 20 -r 80

参数说明

带 * 为必须

-i *ip文件
-o *输出文件位置
-d *host文件
-n 协程数量,可省略,默认为20
-s sleep 时间,单位为ms,默认是1000
-r 相似率,默认为85
-m 最大Host阈值,单个ip的host成功数量超过这阈值不会再进行爆破(通常是有问题的), 默认为50

文件格式

ip.txt

10.1.10.2
172.10.1.3

host.txt

www.aaa.com
www.bbb.com

截图

Demo

hostcollision's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

James Cloos avatar  avatar

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.