摘要: 对开源CMS进行扫描 import os import queue import requests # 原书编写时间过于久远 现在有requests库对已经对原来的库进行封装 更容易调用 import threading # 设置线程 threads = 10 # 指定网站 target = "" 阅读全文
posted @ 2022-02-27 10:57 beginner_z 阅读(71) 评论(0) 推荐(0)