04 2022 档案
摘要:1. 查询AS信息 https://bgp.he.net/ 2. ip定位 https://github.com/gaoyifan/china-operator-ip https://github.com/misakaio/chnroutes2 3. 公共dns http://public-dns.
阅读全文
摘要:https://www.dns-oarc.net/index.php/oarc/services/tldmon
阅读全文
摘要:1. 安装dsc yum install -y libpcap-devel wget https://www.dns-oarc.net/files/dsc/dsc-2.13.0.tar.gztar -xf dsc-2.13.0.tar.gz cd dsc-2.13.0 ./configure --p
阅读全文
摘要:import yaml # pip ibstall pyyaml import requests import urllib3 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) def download(url):
阅读全文