All Projects → ffffffff0x → BerylEnigma

ffffffff0x / BerylEnigma

Licence: MIT license
一个为渗透测试与CTF而制作的工具集,主要实现一些加解密的功能。

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to BerylEnigma

Crypton
Library consisting of explanation and implementation of all the existing attacks on various Encryption Systems, Digital Signatures, Key Exchange, Authentication methods along with example challenges from CTFs
Stars: ✭ 995 (+202.43%)
Mutual labels:  crypto, ctf, ctf-tools
CryptionTool
一个CTF+渗透测试工具框架,集成常见加解密,密码、编码转换,端口扫描,字符处理等功能
Stars: ✭ 62 (-81.16%)
Mutual labels:  crypto, ctf, ctf-tools
TomatoTools
TomatoTools 一款CTF杂项利器,支持36种常见编码和密码算法的加密和解密,31种密文的分析和识别,支持自动提取flag,自定义插件等。
Stars: ✭ 66 (-79.94%)
Mutual labels:  crypto, ctf, ctf-tools
Crypto
封装多种CTF和平时常见加密及编码C#类库
Stars: ✭ 20 (-93.92%)
Mutual labels:  crypto, ctf, ctf-tools
Eruditus
Discord CTF helper bot for CyberErudites
Stars: ✭ 34 (-89.67%)
Mutual labels:  ctf, ctf-tools
jerseyctf-2021-challenges
JerseyCTF 2021
Stars: ✭ 22 (-93.31%)
Mutual labels:  ctf, ctf-tools
kar98k public
pwn & ctf tools for windows
Stars: ✭ 24 (-92.71%)
Mutual labels:  ctf, ctf-tools
penelope
Penelope Shell Handler
Stars: ✭ 291 (-11.55%)
Mutual labels:  ctf, ctf-tools
Write Ups
📚 VoidHack CTF write-ups
Stars: ✭ 45 (-86.32%)
Mutual labels:  crypto, ctf
CTF-CryptoTool
CTF-CryptoTool is a tool written in python, for breaking crypto text of CTF challenges. It tries to decode the cipher by bruteforcing it with all known cipher decoding methods easily. Also works for the cipher which does not have a key.
Stars: ✭ 38 (-88.45%)
Mutual labels:  ctf, ctf-tools
Scuffed Low Level Stash
Stash for Binary Exploitation and Reverse Engineering Resources
Stars: ✭ 83 (-74.77%)
Mutual labels:  ctf, ctf-tools
haiti
🔑 Hash type identifier (CLI & lib)
Stars: ✭ 287 (-12.77%)
Mutual labels:  ctf, ctf-tools
xeca
PowerShell payload generator
Stars: ✭ 103 (-68.69%)
Mutual labels:  ctf, ctf-tools
Ctf All In One
CTF竞赛权威指南
Stars: ✭ 2,807 (+753.19%)
Mutual labels:  crypto, ctf
ImageStrike
ImageStrike是一款用于CTF中图片隐写的综合利用工具
Stars: ✭ 118 (-64.13%)
Mutual labels:  ctf, ctf-tools
2018 Qwb Ctf
2018强网杯CTF___题目整理
Stars: ✭ 106 (-67.78%)
Mutual labels:  crypto, ctf
tmpleak
Leak other players' temporary workspaces for ctf and wargames.
Stars: ✭ 76 (-76.9%)
Mutual labels:  ctf, ctf-tools
Ctf Tools
CTF 工具集合
Stars: ✭ 524 (+59.27%)
Mutual labels:  crypto, ctf
toolset
Useful tools for CTF competitions
Stars: ✭ 31 (-90.58%)
Mutual labels:  crypto, ctf
axion
A toolkit for CTFs
Stars: ✭ 15 (-95.44%)
Mutual labels:  ctf, ctf-tools

简介

一个CTF+渗透测试工具包,主要实现一些常用的加密与编码功能,在软件使用过程中发现问题或建议欢迎提交 issue,也欢迎提交新功能需求。

前身为CryptionTool,为更方便的开发更换框架重构。

软件基于JDK17开发,使用JAVAFX UI框架以及JFoenixUI组件架构。详见开发文档。

名称中的 Beryl(['berəl]) 是一种宝石/矿物的名字,Enigma ([ɪ'nɪɡmə])有谜团的意思,也指二战中的一种密码机。


界面展示

下载

访问 releases 下载

MAC 用户请放置在应用程序路径下以加载bcprov的加解密包

目前支持的功能

加解密/编解码

  • 现代
    • 认证
      • HTLM-hash
      • JWT
    • 对称加密
      • 块加密
    • hash
  • 古典
    • ROT13
    • 栅栏密码
    • Atbash
    • Vigenre
    • 凯撒密码
  • 编码
    • URL
    • ASCII
    • BaseEncoding
      • Base64
      • Base16
      • Base32
      • Base58
      • Base62
      • Base85
      • Base91
      • Base92
    • BrainFuck
    • HEX
    • HTML实体编码
    • Unicode
    • 摩斯电码
    • 数学进制转换

文本操作工具

  • 文本替换
  • 文本分隔
  • 英文大小写转换
  • 文本行拼接

红队用工具

  • 目标整理
  • 域名分割
  • 回弹shell生成
  • Payload转换

日常实用工具

  • 货币金额大小写

图像工具

  • 像素置换加密

待办清单

  • 图像工具 - 二维码
  • 现代加密 - HMAC
  • 现代加密 - RSA因数分解
  • 编码 - URL编码增强
  • 日常实用 - Unix时间戳
  • 红队工具 - 目标生成
  • 红队工具 - 字典生成
  • UI - 输入字符数量
  • 代码 - 全局事件
  • 功能 - 历史记录
  • 功能 - 选择语言

免责声明

本项目所有文件仅供学习和研究使用,请勿使用项目中的文件用于非法用途,任何人造成的任何负面影响,与本人无关.

Special Thanks

Special thanks to JetBrains for their support to this project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].