摘要: 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 左小龙 阅读(967) 评论(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 左小龙 阅读(1630) 评论(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 左小龙 阅读(430) 评论(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 左小龙 阅读(392) 评论(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 左小龙 阅读(6540) 评论(1) 推荐(0) 编辑
摘要: #coding:utf-8 import threading,Queue,sys,os class RedisUN(threading.Thread): def __init__(self,queue): threading.Thread.__init__(self) self._queue = queue def run(self): while True: if self._queue.emp 阅读全文
posted @ 2019-09-10 23:24 左小龙 阅读(891) 评论(0) 推荐(0) 编辑
摘要: 0x1 安装依赖 0x2 安装rvm 0x3 安装ruby-2.6 0x4 下载编译msf5 0x5 添加快捷启动 阅读全文
posted @ 2019-09-07 11:28 左小龙 阅读(6304) 评论(0) 推荐(0) 编辑
摘要: No matching distribution found for Tensorflow 原因:python 3.7.3 版本过高 解决:安装3.6 64位 阅读全文
posted @ 2019-05-20 17:37 左小龙 阅读(7222) 评论(0) 推荐(0) 编辑
摘要: https://github.com/tom0li/collection-document 阅读全文
posted @ 2018-06-16 21:28 左小龙 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 认准夜神安卓模拟器,下了几个其他的模拟器都没有代理的功能 一、夜神安卓模拟器设置代理 1.点击右下角的设置 2.点击设置,进入到WIFI连接选项 3.进入列表后,鼠标点击wifi位置,长按左键,会出现一个修改网络的弹窗 4 点击上图中的“修改网络”,勾选"显示高级选项",代理选择“手动”,代理服务器 阅读全文
posted @ 2018-06-16 17:43 左小龙 阅读(4441) 评论(0) 推荐(0) 编辑