Skip to content

360/0Kee-Team/crawlergo动态爬虫结合长亭XRAY扫描器的被动扫描功能

Notifications You must be signed in to change notification settings

xschur/crawlergo_x_XRAY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crawlergo_x_XRAY

crawlergo结合被动扫描器的脚本

Usage:

  1. 下载xray最新的release, 下载crawlergo最新的release

  2. 把launcher.py和targets.txt放在crawlergo.exe同目录下

  3. 配置好并启动xray被动扫描(脚本默认配置为127.0.0.1:7777)若需要修改端口请修改launcher.py文件中的proxies

image

image

  1. 配置好launcher.py的cmd变量中的crawlergo爬虫配置(主要是chrome路径改为本地路径), 默认为

./crawlergo -c C:\Program Files (x86)\Google\Chrome\Application\chrome.exe -t 20 -f smart --fuzz-path --output-mode json target

image

配置参数详见crawlergo官方文档

  1. 把目标url写进targets.txt,一行一个url

image

  1. 用python3运行launcher.py

  2. 生成的sub_domains为爬虫爬到的子域名, crawl_result为爬虫爬到的url

About

360/0Kee-Team/crawlergo动态爬虫结合长亭XRAY扫描器的被动扫描功能

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%