Skip to content
/ brr64 Public

You search for content which is base64 encoded without decoding everything? Useful for CTFs and file rescues.

Notifications You must be signed in to change notification settings

ellcs/brr64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brr64

Find base64 encoded content without decoding at all. It figures out all three possible candidates.

Usage

You can use it in two ways:

  • A brr64 web-version allows you to generate regular expressions and search with common tool grep.
  • A command line interface (CLI) named brr64.

Install and build

You already set up rustup. Than build brr64 the following way:

user@host:brr64$ rustup override set nightly
user@host:brr64$ cargo build --release

After that you can run the release version:

user@host:brr64$ ./target/release/brr64 "CTF{" /dev/urandom

About

You search for content which is base64 encoded without decoding everything? Useful for CTFs and file rescues.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published