Giter VIP home page Giter VIP logo

ctf-tools's Introduction

CTF-Tools

1

一款CTF编码、解码、加密、解密工具。

支持的编码解码:
  • URL-UTF-8
  • URL-GB2312
  • Unicode
  • Escape(%U)
  • HtmlEncode
  • ACSII
  • Base16
  • Base32
  • Base64
  • Str->Hex
  • Shellcode
  • qwerty(键盘密码)
  • 图片转base64
  • 图片转hex
支持的加密解密:
  • Rot13
  • 凯撒密码
  • 栅栏密码
  • 栅栏密码(W型)
  • 培根密码
  • 摩斯密码
  • 移位密码
  • 云影密码
  • 当铺密码
  • 维尼吉亚密码
  • 埃特巴什码
  • base64转图片
进制转换:
  • 2->8
  • 2->10
  • 2->16
  • 8->2
  • 8->10
  • 8->16
  • 10->2
  • 10->8
  • 10->16
  • 16->2
  • 16->8
  • 16->10
  • 任意进制转换
在线编码网站:
  • Jsfuck
  • AAencode
  • XXencode
  • JJencode
  • UUencode
  • Brainfuck/Ook!
  • 敲击码
  • 猪圈密码
  • 综合网站
  • Rabbit

......

插件功能:

须在Plugins目录下的Plugins.json写入插件名称和文件名。

插件模板

def run(source_text):
    #source_text 为前端输入的源文本字符串
    #插件测试模板,返回一个加密解密结果即可
    result='插件测试'
    return result

ctf-tools's People

Contributors

qianxiao996 avatar

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.