摘要:
经常内网渗透或者爆破需要生成字典。于是就自己写了个。 阅读全文
摘要:
自己写了个http请求模板,方便爬虫调取。# coding:utf-8 import requests from fake_useragent import UserAgent from random import choice # 通用性http请求模块 class model_of_request: def __init__(self): self.urls = ... 阅读全文