03 2020 档案

摘要:0x01 参考了乌云漏洞链接 https://raw.githubusercontent.com/w2n1ck/wooyunDic/master/dicc.txt 0x02 把比较典型提取了出来 #coding=utf-8 # python3.6 import sys import imp imp. 阅读全文
posted @ 2020-03-22 13:44 左小龙 阅读(1020) 评论(0) 推荐(0) 编辑
摘要:0x01 根据favicon.ico生成hash python2,想改python3折腾了半天不得 import mmh3 import requests response = requests.get('https://www.baidu.com/favicon.ico') favicon = r 阅读全文
posted @ 2020-03-15 11:05 左小龙 阅读(1663) 评论(0) 推荐(0) 编辑
摘要:从freebuf copy过来的,先保存,有空再改 #encoding=utf-8 import requests url = "http://127.0.0.1/index.php?id=1" Fuzz_a = ['/*!','*/','/**/','/','?','~','!','.','%', 阅读全文
posted @ 2020-03-15 09:45 左小龙 阅读(436) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2020-03-14 21:22 左小龙 阅读(401) 评论(0) 推荐(0) 编辑
摘要:先说一句浙大牛逼!!!装个docker折腾了半天,测了半天只有浙大的更新源能用,完美不报错!清华阿里什么的更新源都是渣渣。 deb http://mirrors.zju.edu.cn/kali kali-rolling main contrib non-free deb-src http://mir 阅读全文
posted @ 2020-03-13 21:14 左小龙 阅读(6568) 评论(1) 推荐(0) 编辑

点击右上角即可分享
微信分享提示