上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 95 下一页
摘要: 官方下载: 介绍页:https://www.python.org/downloads 下载页:https://www.python.org/ftp/python/ 官方模块下载: https://pypi.org 一、Python 安装包,国内镜像站: https://repo.huaweiclou 阅读全文
posted @ 2023-09-17 20:06 悟透 阅读(20606) 评论(0) 推荐(0)
摘要: 12306城市名拼音拼音缩写数字代号 访问地址: https://kyfw.12306.cn/otn/resources/js/framework/station_name.js?station_version=1.8988 var station_names ='@bjb|北京北|VAP|beij 阅读全文
posted @ 2023-09-15 16:11 悟透 阅读(433) 评论(0) 推荐(0)
摘要: 12306城市对应缩写 { "北京北": "VAP", "北京东": "BOP", "北京": "BJP", "北京南": "VNP", "北京西": "BXP", "广州南": "IZQ", "重庆北": "CUW", "重庆": "CQW", "重庆南": 阅读全文
posted @ 2023-09-15 16:07 悟透 阅读(4330) 评论(0) 推荐(0)
摘要: 使用时引入import city from './city.json'即可 得到的city即可使用 全国城市邮编json格式 [{ "label": "北京市", "value": "110000", "children": [{ "label": "市辖区", "value": "110100", 阅读全文
posted @ 2023-09-15 15:48 悟透 阅读(497) 评论(0) 推荐(0)
摘要: 一、显示 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 悟透 阅读(533) 评论(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 悟透 阅读(259) 评论(0) 推荐(0)
摘要: 自带字典路径 cd /usr/share/wordlists sudo gzip -d /usr/share/wordlists/rockyou.txt.gz 最后那个rockyou.txt就是字典 免责声明:本号所涉及内容仅供安全研究与教学使用,如出现其他风险,后果自负。 参考、来源: https 阅读全文
posted @ 2023-09-14 14:02 悟透 阅读(791) 评论(0) 推荐(0)
摘要: 一、命令行显示 Status…: Cracked:代表已找到密码。 二、结果输出到 文件。-o out.txt hashcat.exe -m 13000 -a 3 '$rar5$16$fd80c0dad768537589fd4a01167abade$15$576345a86e55ff8cd1258d 阅读全文
posted @ 2023-09-13 15:17 悟透 阅读(3593) 评论(0) 推荐(0)
摘要: 一、字典文件夹下的字典进行破解: 当文件夹下字典比较多,可以直接指定文件夹名(注意linux和win的路径分隔符不一样) Windows: Hashcat32.exe -m 300 mysqlhashes.txt ..\dictionaries\* 或 Hashcat32.exe -m 300 my 阅读全文
posted @ 2023-09-13 15:03 悟透 阅读(954) 评论(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 悟透 阅读(362) 评论(0) 推荐(0)
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 95 下一页