Skip to content

alexdcox/obfuscatecmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Obfuscate Command Tool

This incredible tool will turn transform a valid terminal command into an illegible jumble of base64 - which will still execute! ๐Ÿ˜ฎ๐Ÿ’ฅ๐ŸŽ‰

What's the catch?

How much will this marvel of modern technology set me back?

This is surely the client API for a SaaS subscription right?

You've probably had all of the above thoughts. I don't blame you. I hope you're as surprised as me to realise that I'm offering this 100% free, forever.

Installation

go get -u github.com/alexdcox/obfuscatecmd
cd $GOPATH/src/$_
go install

Usage

obfuscatecmd help

NAME:
obfuscatecmd - Make an otherwise readable bash command completely illegible and many times the character length.

USAGE:
obfuscatecmd [command options] '[bash commands]'

COMMANDS:
help, h Shows a list of commands or help for one command

OPTIONS:
--iterations NUMBER, -i NUMBER Determines the NUMBER of times to obfuscate and pack the provided command. (default: 5)
--help, -h show help
--version, -v print the version

obfuscatecmd 'echo "amazing ๐Ÿฆ†!"' > executeme.sh && chmod +x executeme.sh && ./$_

amazing ๐Ÿฆ†!

If you're not convinced by now...

cat executeme.sh

About

Too brilliant for words

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages