Skip to content

A basic command line utility used to display greppable double base64 encoded strings within a file

License

Notifications You must be signed in to change notification settings

kpetku/doubleb64decode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doubleb64decode

About

doubleb64decode is a basic command line utility used to display greppable double base64 encoded strings from within a file.

The brute force results recursively returned from this program intentionally ommit quotes, double quotes, spaces, and newlines.

Usage

Usage of ./doubleb64decode:
-asciiOnly
	Only return ASII printable characters? (default true)
-buffSize int
	Size of buffer to use in bytes (default 134217728)
-file string
	Filename to open
-minLength int
	The minimum length of a potential base64 string to decode (default 6)

Example

./doubleb64decode -filename=database.sql

License

License: WTFPL

This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.

About

A basic command line utility used to display greppable double base64 encoded strings within a file

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages