RogerRordo / fofa_scraper

可无限抓取FOFA爬虫
3 stars 3 forks source link
fofa

FOFA Scraper

FOFA爬虫,感谢FightingForWhat的思路

特性

  1. 配置代理池后,爬虫脚本scrape.py通过异步请求快速爬取
  2. 加入了批量漏洞检测脚本exploit.py
  3. 可以真正做到完全无限爬取! 得益于FOFA大概在最近又改动了API,经测试,搜索时间范围可精确到秒

食用方法

  1. 配置运行代理池ProxyPool
  2. 配置模块:按/module/ruijie_eg/ruijie_eg.py的格式配置你的模块/module/yourMod/yourMod.py
  3. 爬取python scrape.py -m yourMod,其他参数请自行-h
  4. 验证python exploit.py -m yourMod,其他参数请自行-h