Giter VIP home page Giter VIP logo

reveal's Introduction

Reveal

This is a experimental tool to recursive detect and decode encoded strings, it's also can encode strings recursively.

Installation

Reveal package can be installed through following procedure:

$ git clone https://github.com/jacopodl/reveal
$ cd reveal
$ python setup.py install

Usage

Let's take this encoded string:

ODIsNDksODYsOTcsODEsNDgsNzAsNzksODEsMTA4LDkwLDcwLDgxLDg0LDc0LDg1LDg0LDg1LDEwOCw2Nyw4Niw4NSwxMDAsODYsODUsODUsODIsNzQsODQsODUsMTEyLDY2LDgyLDQ5LDc0LDgzLDg1LDg0LDQ4LDU3LDgwLDg0LDQ4LDYx

and supply it to revel:

$> reveal "ODIsNDksODYsOTcsODEsNDgsNzAsNzksODEsMTA4LDkwLDcwLDgxLDg0LDc0LDg1LDg0LDg1LDEwOCw2Nyw4Niw4NSwxMDAsODYsODUsODUsODIsNzQsODQsODUsMTEyLDY2LDgyLDQ5LDc0LDgzLDg1LDg0LDQ4LDU3LDgwLDg0LDQ4LDYx"
    b64 -> n2c -> b64 -> b32 -> hex = REVEAL
    Encode with: hex,b32,b64,n2c,b64

Reveal automatically detects the encoding formats and decodes it recursively.

If option --quiet was not provided, Reveal also print a list of used decoders, in this way you can use this list with --encode option to re encode string to original encoded format.

$> reveal --encode hex,b32,b64,n2c,b64 "REVEAL"
    ODIsNDksODYsOTcsODEsNDgsNzAsNzksODEsMTA4LDkwLDcwLDgxLDg0LDc0LDg1LDg0LDg1LDEwOCw2Nyw4Niw4NSwxMDAsODYsODUsODUsODIsNzQsODQsODUsMTEyLDY2LDgyLDQ5LDc0LDgzLDg1LDg0LDQ4LDU3LDgwLDg0LDQ4LDYx

Support

Supported encoders/decoders

  • base32
  • base64
  • hex (space separated hex: 67 69 75 6c 69 61 ...)
  • n2c (ascii to comma separated numbers: 106,97,99,111,112,111,...)
  • urlEncoding
  • jwt

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.