Giter Site home page Giter Site logo

ctf's People

Contributors

cdiemel avatar

Stargazers

 avatar

Watchers

 avatar

ctf's Issues

Add Re-Parsing of output

Often times messages are double encoded, while it is not overly difficult to run them through twice, why not increase efficiency?
Example:
ASCII: Message
Hex: 4D 65 73 73 61 67 65
Base64: TWVzc2FnZQ==

If there are no results found, attempt to take the output from the basic encodings (Hex, Binary, ASCII, Base64, etc) and run them back through basic encoding decode to see if something new shakes out

Add "Alphabet" Decoding

Add decoding for simple alphabet offset encoding
"String"
19 20 18 9 14 7
19-20-18-9-14-7
19,20,18,9,14,7

Build Wiki

Finish in-depth explanation of all the different modules in the wiki

Add ASCII

Add decoding for ASCII strings
"STriNG"
83 84 114 105 78 71
83-84-114-105-78-71
83,84,114,105,78,71

Add 0x to beginning of Hex

There seems to be an issue where Python consumes the first 2 characters, expecting 0x regardless of if the string starts with 0x. Prefix hex strings with 0x if not already prefixed

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.