Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 444 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 444 Bytes

xthreatbook

api批量查询微步在线威胁情报

usage

node

  1. 安装依赖 pip3 install requests flask
  2. 在apikey.txt里写入对应帐号的apikey
  3. 运行 python3 node.py

client

  1. 安装依赖 pip3 install requests
  2. 配置环境 在nodelist.txt写所有node的访问url 一行一个 例http://192.168.1.2:5000
  3. 把要查询的ip写到文件(例test.txt),一行一个地址
  4. 运行 python3 xthreatbook.py test.txt