Code Monkey home page Code Monkey logo

ctfcracktools's Introduction

**国内首个CTFcrack框架

不出意外,应该是国内首个CTFcrack框架。希望有朋友共同维护
已经编译完成的包:点击此处即可下载
直接跳到开发文档

CTFCrack工具说明

本工具由米斯特安全团队开发
集成摩斯电码,凯撒密码,栅栏密码,Rot13密码以及各种编码互换等CTF中常见密码加解
旨在于帮助CTFer攻克CTF中crypto类、Image、zip难关
本程序支持Python插件,允许使用者自建插件,可直接将py脚本放进Plugin目录中
程序运行时将自动遍历Plugin目录中的py脚本
每次程序打开时第一次调用脚本时,会稍卡,因为在加载调用py的插件。大概2秒
须知:OS目录为程序自带插件,勿删。
删除了将调用不了某些功能,误删的朋友可到github上下载

使用须知

git上的是源码,需要下载后导入javaIDE编译
推荐Eclipse导入编译。

附上程序截图

image image image image image image image

Python插件开发文档

image 图中是一个我用来debug的程序的插件。也是插件样式。
我想保护开发者的版权,所以会要求开发者在autor上填写自己的ID。
因为程序整体都是utf-8编码,所以插件的要求也应该是utf-8
在声明之后,延续Java的花括号写法
title:(标题)
type:(针对类型) Crypto对应crypto Image对应image Zip对应zip
autor:(作者ID)
detail:(程序详情)
用}结束
在Python中def run(String)一个方法,样式:
def run(string)
return string
因为程序会传入字符,所以return的也应该是String类型
Image和Zip的,是通过程序传入文件路径,然后再让插件crack后返回crack之后的文件路径。也就是说,尽可能生成在比较容易查找的目录。
Crypto则是返回Crack之后的字符串。也同样是String类型

鸣谢:

米斯特安全团队:我擦咧什么鬼,z13,Mrlyn
网友:Void.

末:

“好风凭借力,送我上青云”
希望能成为你们的好风,早日助你们上青云。

ctfcracktools's People

Contributors

0chencc avatar

Watchers

ch 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.