Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuhang-dong/CTF_tools
用于CTF密码学和编码转换的小工具
https://github.com/yuhang-dong/CTF_tools
Last synced: 21 days ago
JSON representation
用于CTF密码学和编码转换的小工具
- Host: GitHub
- URL: https://github.com/yuhang-dong/CTF_tools
- Owner: yuhang-dong
- Created: 2017-02-19T03:25:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T07:20:52.000Z (about 5 years ago)
- Last Synced: 2024-08-05T17:40:47.391Z (4 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - yuhang-dong/CTF_tools - 用于CTF密码学和编码转换的小工具 (Python)
README
# CTF_tools
用于CTF密码学和编码转换的小工具。## 语言
Python 3.x## 依赖库文件
pycipher## 依赖文件安装方式
pip install pycipher## 初衷
想要快速的得到CTF中密码学中低难度题目的分数## 当前版本
v1.1.0## 过程
在设计过程中参考了一些国内CTF密码学题目的解题思路中需要的常用密码,同时参考了米切斯特团队使用JAVA编写的开源CTFCRACKTools工具中的功能## 当前版本功能
1. MD5加密以及进行MD5在线解密
2. Base64加解密
3. 摩斯密码加解密
4. 凯撒密码加解密以及爆破
5. 栅栏密码加解密以及爆破
6. 字符串反转
7. URL编码解码## 新增版本功能
新增MD5在线解密(v1.0.0 -> v1.1.0)## 后续更新想法
将使用Python2编写的简单替换密码改装成Python3并移植进入主框架
尝试改编成GUI(?)