GithubHelp home page GithubHelp logo

lucabongiorni / bletchley Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ecbftw/bletchley

0.0 2.0 0.0 268 KB

A collection of practical application cryptanalysis tools

Python 97.50% C 2.50%

bletchley's Introduction

Cryptography is hard. Most software developers realize this. Security dogma of "don't invent your own crypto; use standard algorithms" has been a "best practice" for some time. But what does this mean? Use AES? As cryptographers know, and history has shown, this alone is insufficient. Using otherwise safe cryptographic primitives in custom protocols and message formats requires an understanding of cryptography that most programmers lack. As a result, many implementations are sorely insecure due to the way cryptographic primitives are combined and applied in real world contexts.

As a software penetration tester, your job is to identify security flaws in custom software. However, when black-box testing an application that misuses cryptographic primitives, how do you identify and exploit these issues efficiently? The task is fraught with engineering difficulties which frustrate the process and cause you to expend valuable testing time on trivial matters that are specific to the implementation. Bletchley was created to assist with the detection, analysis, and exploitation of cryptographic flaws and aims to help automate the tedious aspects of this analysis while leaving the security expert in control of the process.

Bletchley is currently in the early stages of development and consists of tools which provide:

  • Automated token encoding detection (36 encoding variants)
  • Passive ciphertext block length and repetition analysis
  • Script generator for efficient automation of HTTP requests
  • A flexible, multithreaded padding oracle attack library with CBC-R support
As the framework matures, the following additional features are currently anticipated:
  • Passive binary structure detection
  • Automated chosen ciphertext probes
  • Tools to analyze and exploit other flaws, such as asymmetric algorithm and hash misuse
For more information on the specific tools, see the documentation. Bletchley was created by penetration testers at VSR and is now maintained by Blindspot Security. Note that contributions (patches, testing, bug reports) are greatly appreciated.

bletchley's People

Watchers

James Cloos avatar  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.