Giter VIP home page Giter VIP logo

lazydog's Introduction

LazyDog

通过调用hunter的API接口获取指定域名或IP的资产,再借鉴Ehole进行指纹识别。

  • 增加了导出csv格式
  • web_fingerprint_v3.json指纹和原有指纹合并在一起
  • 优化了导出功能,将hunter资产导出,并将资产全放在Result里

命令使用

Usage:
  lazydog hunter [flags]

Flags:
  -d, --domain string   从Hunter提取域名资产进行指纹识别
  -h, --help            help for hunter
  -i, --ip string       从Hunter提取IP资产进行指纹识别,支持ip或者ip段,例如:192.168.1.1 | 192.168.1.0/24
  -l, --local string    从本地文件读取资产,进行指纹识别,支持无协议,例如:192.168.1.1:9090 | http://192.168.1.1:9090
  -o, --output string   输出所有结果,支持csv、json和xlsx后缀的文件。
  -p, --proxy string    指定访问目标时的代理,支持http代理和socks5,例如:http://127.0.0.1:8080 | socks5://127.0.0.1:8080
  -t, --thread int      指纹识别线程大小。 (default 100)
  -u, --url string      识别单个目标。
./lazydog hunter -d domain.com -o xxx.csv

huanter扫描doamin.com(搜索参数是domain.suffix="domain.com"),再进行指纹识别。

./lazydog hunter -i xx.xx.xx.xx -o xxx.csv

hunter搜索参数是ip="xx.xx.xx.xx"

lazydog's People

Contributors

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