摘要:
功能 线程,多个线程 多个模块 msol(Office 365) adfs(Active Directory 联合身份验证服务) owa(Outlook Web 应用) okta(Okta 单点登录) anyconnect(Cisco VPN) 自定义模块(易于创建!) 告诉您每个账户的状态:是否存 阅读全文
摘要:
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 阅读全文
摘要:
#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 阅读全文
摘要:
0x1 安装依赖 0x2 安装rvm 0x3 安装ruby-2.6 0x4 下载编译msf5 0x5 添加快捷启动 阅读全文
摘要:
No matching distribution found for Tensorflow 原因:python 3.7.3 版本过高 解决:安装3.6 64位 阅读全文
摘要:
https://github.com/tom0li/collection-document 阅读全文