______ ___ .___ ___. ______ __ __ _______ __ ___ _______ _______
/ | / \ | \/ | / __ \ | | | | | ____|| | / \ / _____|| ____|
| ,----' / ^ \ | \ / | | | | | | | | | | |__ | | / ^ \ | | __ | |__
| | / /_\ \ | |\/| | | | | | | | | | | __| | | / /_\ \ | | |_ | | __|
| `----./ _____ \ | | | | | `--' | | `--' | | | | `----./ _____ \ | |__| | | |____
\______/__/ \__\ |__| |__| \______/ \______/ |__| |_______/__/ \__\ \______| |_______|
by Websecurify
Tool to imitate the login prompts of various of services.
Follow these steps:
- Download and install go.
- Set your go home:
export GOPATH=somefolder
. - Install github.com/jessevdk/go-flags with
go get github.com/jessevdk/go-flags
. - Install code.google.com/p/go.crypto/ssh with
go get code.google.com/p/go.crypto/ssh
. - Change into go-camouflage project directory.
- Run
go build
.
To get started just see camouflage -h
.