Giter Site home page Giter Site logo

better-ctf-tools's Introduction

better-ctf-tools

更好的ctf密码学加解密及编解码工具,持续更新

在该项目基础上更改:https://github.com/Ollyder/CTF_tools

运行截图:

部分解题结果:

01转换成二维码:

RGB转换图片:

环境

Linux Python 3.x

所需Python模块及安装

  • pycipher
pip3 install pycipher
  • Pillow
pip3 install Pillow
  • utf9
pip3 install utf9

使用

python3 CTFtools.py

当前版本功能

  • MD5加密以及进行MD5在线解密
  • Base64加解密
  • 摩斯密码加解密
  • 凯撒密码加解密以及爆破
  • 栅栏密码加解密以及爆破
  • 字符串反转
  • URL编码解码
  • 位移密码解密
  • ROT13解码
  • RGB值转换图片
  • 整数分解
  • 01字符串转二维码
  • utf9转utf8

文件说明

  • ./source/morse_dic.txt 为摩斯电码表
  • 0101.txt 为"01字符串转二维码"示例,"0101.txt_to_QR.png"是示例结果
  • ascii.txt 为"ascii位移解密"示例
  • RGB.txt 为"RGB值转图片"示例,"RGB2pic.png"是示例结果

当前版本

v1.1.2

更新说明

修复一些小问题,增加新功能

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.