Git Product home page Git Product logo

host_brute's Introduction

host_brute

找不到工作的两人组😢一位思考者🤔+一位编写者✍️=有想法的项目

相关思考:黑客的睡前一思

希望大家多提issue,让我们更好的为大家服务,respect

资产信息扩大器,通过host碰撞发现企业隐形资产,帮助攻击者发现更多攻击面。

功能

  • url和host存活检测

  • 标题差异检测

  • 状态码差异检测

  • 页面内容差异检测

  • 自定义状态码(白名单)

  • 进度条

  • 随机UA

  • 阈值

使用

host_brute -h

支持如下参数

Usage:
  -H value
    	请求Header 支持解析多个 -H
  -hf string
    	Host文件
  -m int
    	单个Url如果出现N次Host 则认定为脏数据 (default 50)
  -mc string
    	状态码 200,500
  -o string
    	输出文件格式 json 或 csv (default "csv")
  -random-agent
    	开启随机User-Agent
  -t int
    	最大线程数量 (default 32)
  -timeout int
    	请求超时时间(秒) (default 10)
  -uf string
    	Url文件

举例

url文件

http://1.2.3.4:8090
http://1.2.3.4
https://1.2.3.4:8765

host文件

inner.example.com
vir.example.com
local.example.local
localhost
test
mailtest

命令

host_brute -uf url.txt -hf host.txt -t 50 -timeout 5 -mc 200,301,302

Tips

权重越高,准确率越高

遇到的问题

  • 页面内容随机变化

未来

  • 页面相似度

host_brute's People

Contributors

youngrichog avatar

Stargazers

 avatar  avatar  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.