会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
左小龙
博客园
首页
新随笔
联系
订阅
管理
2024年10月24日
TREVORspray集合 o365,adfs,okta等用户枚举,密码爆破等多功能神器
摘要: 功能 线程,多个线程 多个模块 msol(Office 365) adfs(Active Directory 联合身份验证服务) owa(Outlook Web 应用) okta(Okta 单点登录) anyconnect(Cisco VPN) 自定义模块(易于创建!) 告诉您每个账户的状态:是否存
阅读全文
posted @ 2024-10-24 22:38 左小龙
阅读(79)
评论(0)
推荐(0)
2020年3月22日
网站备份字典生成
摘要: 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 左小龙
阅读(1056)
评论(0)
推荐(0)
2020年3月15日
通过shodan搜索相同favicon.ico的网站
摘要: 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 左小龙
阅读(1695)
评论(0)
推荐(0)
sql bypass waf fuzz python
摘要: 从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 左小龙
阅读(440)
评论(0)
推荐(0)
2020年3月14日
从txt中提取子域名
摘要: 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 左小龙
阅读(433)
评论(0)
推荐(0)
2020年3月13日
kali 2020.1 更新源,并安装docker
摘要: 先说一句浙大牛逼!!!装个docker折腾了半天,测了半天只有浙大的更新源能用,完美不报错!清华阿里什么的更新源都是渣渣。 deb http://mirrors.zju.edu.cn/kali kali-rolling main contrib non-free deb-src http://mir
阅读全文
posted @ 2020-03-13 21:14 左小龙
阅读(6599)
评论(1)
推荐(0)
2019年9月10日
python3 多线程批量验证POC模板
摘要: #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 左小龙
阅读(950)
评论(0)
推荐(0)
2019年9月7日
centos7 安装msf5
摘要: 0x1 安装依赖 0x2 安装rvm 0x3 安装ruby-2.6 0x4 下载编译msf5 0x5 添加快捷启动
阅读全文
posted @ 2019-09-07 11:28 左小龙
阅读(6367)
评论(0)
推荐(0)
2019年5月20日
No matching distribution found for Tensorflow
摘要: No matching distribution found for Tensorflow 原因:python 3.7.3 版本过高 解决:安装3.6 64位
阅读全文
posted @ 2019-05-20 17:37 左小龙
阅读(7307)
评论(0)
推荐(0)
2018年6月16日
渗透资源大全
摘要: https://github.com/tom0li/collection-document
阅读全文
posted @ 2018-06-16 21:28 左小龙
阅读(209)
评论(0)
推荐(0)
下一页
公告