Giter Club home page Giter Club logo

crawlergo-to-xray's Introduction

简介:

crawlergo-to-xray,可以把0Kee-Team crawlergo爬虫爬取的链接推送给长亭xray分析,xray分析后自动调用webhook接口利用server酱实时推送漏洞预警到微信,让你躺着挖漏洞。支持多线程。

本工具仅供学习交流,请勿用于非法用途,如作他用所承受的法律责任一概与作者无关(下载使用即代表你同意上述观点)。如果觉得对你有帮助,请给我个star鼓励一下。

操作步骤(以ubuntu 64位操作系统为例)

一、运行xray可执行文件生成如下文件并配置

  1. ca.crt
  2. ca.key
  3. config.yaml

二、依次启动webhook、xray、crawlergo

(一)启动webhook并查看日志(需要自行修改代码中的配置)

  1. nohup python3 webhook.py > webhook.log 2>&1 &
  2. tail -f webhook.log

(二)启动xray并查看日志(需要自行修改xray的配置文件以及命令行中的的配置,建议在xray里面配置username和password)

  1. nohup ./xray_linux_amd64 webscan --listen 0.0.0.0:[xray_port] --webhook-output http://127.0.0.1:[webhook_port]/webhook --html-output xray.html > xray.log 2>&1 &
  2. tail -f xray.log

(三)启动crawlergo并查看日志(需要自行修改代码中的配置)

  1. nohup python3 crawlergo.py > crawlergo.log 2>&1 &
  2. tail -f crawlergo.log

参考资料:

  1. crawlergo(crawlergo是一个使用chrome headless模式进行URL入口收集的动态爬虫),可参考:https://github.com/0Kee-Team/crawlergo

  2. crawlergo可执行文件来源:https://github.com/0Kee-Team/crawlergo/releases/download/v0.3.0/crawlergo_linux_amd64.zip

  3. xray(一款功能强大的安全评估工具),可参考:https://github.com/chaitin/xray

  4. xray_linux_amd64可执行文件来源:https://github.com/chaitin/xray/releases/download/0.21.8/xray_linux_amd64.zip

  5. Server酱(一款就是从服务器推报警和日志到手机的工具),可参考http://sc.ftqq.com/3.version

  6. 其他参考:https://github.com/timwhitez/crawlergo_x_XRAY

crawlergo-to-xray's People

Contributors

fuzz-security avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.