03 2020 档案
摘要:0x01 参考了乌云漏洞链接 https://raw.githubusercontent.com/w2n1ck/wooyunDic/master/dicc.txt 0x02 把比较典型提取了出来 #coding=utf-8 # python3.6 import sys import imp imp.
阅读全文
摘要:0x01 根据favicon.ico生成hash python2,想改python3折腾了半天不得 import mmh3 import requests response = requests.get('https://www.baidu.com/favicon.ico') favicon = r
阅读全文
摘要:从freebuf copy过来的,先保存,有空再改 #encoding=utf-8 import requests url = "http://127.0.0.1/index.php?id=1" Fuzz_a = ['/*!','*/','/**/','/','?','~','!','.','%',
阅读全文
摘要:import re DOMAIN =[] f = open('test.txt','r',encoding='UTF-8') w = open('domain.txt','w') for data in f.readlines(): domain = re.findall(r"\w+\.+baidu
阅读全文
摘要:先说一句浙大牛逼!!!装个docker折腾了半天,测了半天只有浙大的更新源能用,完美不报错!清华阿里什么的更新源都是渣渣。 deb http://mirrors.zju.edu.cn/kali kali-rolling main contrib non-free deb-src http://mir
阅读全文