上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 99 下一页
摘要: 一、显示 8位 commit-ID 提交日期 提交说明 git log --pretty=format:'%C(auto)%h %C(blue)%<|(19)%as %C(auto)%d %s' 或 git log --format='%C(auto)%h %C(blue)%as %C(auto)% 阅读全文
posted @ 2023-09-15 14:33 悟透 阅读(603) 评论(0) 推荐(0)
摘要: linux操作系统密码破解 (1) (2) (3) (4) 一、linux sha512crypt $6$, SHA512 (Unix)加密方式: hashcat -m 1800 sha512linux.txt p.txt 二、linux sha256crypt $5$, SHA256 (Unix) 阅读全文
posted @ 2023-09-14 14:13 悟透 阅读(305) 评论(0) 推荐(0)
摘要: 自带字典路径 cd /usr/share/wordlists sudo gzip -d /usr/share/wordlists/rockyou.txt.gz 最后那个rockyou.txt就是字典 免责声明:本号所涉及内容仅供安全研究与教学使用,如出现其他风险,后果自负。 参考、来源: https 阅读全文
posted @ 2023-09-14 14:02 悟透 阅读(905) 评论(0) 推荐(0)
摘要: 一、命令行显示 Status…: Cracked:代表已找到密码。 二、结果输出到 文件。-o out.txt hashcat.exe -m 13000 -a 3 '$rar5$16$fd80c0dad768537589fd4a01167abade$15$576345a86e55ff8cd1258d 阅读全文
posted @ 2023-09-13 15:17 悟透 阅读(3931) 评论(0) 推荐(0)
摘要: 一、字典文件夹下的字典进行破解: 当文件夹下字典比较多,可以直接指定文件夹名(注意linux和win的路径分隔符不一样) Windows: Hashcat32.exe -m 300 mysqlhashes.txt ..\dictionaries\* 或 Hashcat32.exe -m 300 my 阅读全文
posted @ 2023-09-13 15:03 悟透 阅读(1084) 评论(0) 推荐(0)
摘要: 执行时提示Invalid mask(无效掩码) 命令: hashcat.exe -m 2500 -a 3 test_handshake.hccapx --increment --increment-min=5 --increment-max=6 ?d?d?d?d?d?d 问题分析: 命令格式 没有错 阅读全文
posted @ 2023-09-13 12:52 悟透 阅读(435) 评论(0) 推荐(0)
摘要: 参数说明 https://www.cnblogs.com/wutou/p/17672213.html 官方说明 https://hashcat.net/wiki/doku.php?id=mask_attack 以下示例说明 示例主要演示 生成密码组合 为了命令完整性,加上 -m -a 等参数 一、纯 阅读全文
posted @ 2023-09-13 10:55 悟透 阅读(5433) 评论(0) 推荐(0)
摘要: 、## 全国手机号码段: 手机号码段(来源:微信视频号:靓号静静): 移动: 号段 发布年份 139 1995 136 1997 138 1997 137 1999 135 2000 134 2004 159 2004 158 2008 157 2008 152 2008 151 2008 150 阅读全文
posted @ 2023-09-09 09:57 悟透 阅读(1245) 评论(0) 推荐(0)
摘要: 之前用华为台式机,屏幕亮度就可以在系统设置里调。 拨打官方电话:400-887-8007 跟客服询问得知,需要下载 IMenu 软件安装后,就可以用软件调整亮度等设置了。 下载地址:https://www.aocmonitor.com.cn/download ![image](https://img 阅读全文
posted @ 2023-09-07 13:55 悟透 阅读(691) 评论(0) 推荐(0)
摘要: Crunch是一种创建密码字典工具,按照指定的规则生成密码字典,可以灵活的制定自己的字典文件。使用Crunch工具生成的密码可以输出到屏幕,保存到文件、或另一个程序。由其在渗透测试需要爆破的时候,字典的编排等直接影响到我们的爆破速度,对整个渗透测试流程起着十分重要的作用。 0x00 安装 addre 阅读全文
posted @ 2023-09-07 09:55 悟透 阅读(489) 评论(0) 推荐(0)
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 99 下一页