代码改变世界

随笔档案-2022年9月6日

xray批量扫描脚本

2022-09-06 14:39 by rnss, 1420 阅读, 收藏,
摘要: xray批量主动爬虫扫描脚本: # -*- coding: utf-8 -*- from queue import Queue from threading import Thread from optparse import OptionParser import os import re def 阅读全文

wafw00f修改-多线程

2022-09-06 11:48 by rnss, 231 阅读, 收藏,
摘要: 简介 https://github.com/EnableSecurity/wafw00f/ wafw00f是一款知名的WAF识别工具,目前Github有3500的Star。 在日常使用中发现了一些问题,包括: 只能单线程,当有大量网站需要识别时效率低。 某些网站在识别时会导致程序错误直接终止,这在大 阅读全文