diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 3f40dd07..a7c9db77 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -49,4 +49,5 @@ * [Skyehopper](https://github.com/Skyehopper) * [SolomonSklash](https://github.com/SolomonSklash) * [TomNomNom](https://github.com/tomnomnom) +* [TheZakMan](http://github.com/thezakman) * [xfgusta](https://github.com/xfgusta) diff --git a/pkg/output/stdout.go b/pkg/output/stdout.go index 8386cbc1..f650dc36 100644 --- a/pkg/output/stdout.go +++ b/pkg/output/stdout.go @@ -16,12 +16,13 @@ import ( const ( BANNER_HEADER = ` - /'___\ /'___\ /'___\ - /\ \__/ /\ \__/ __ __ /\ \__/ - \ \ ,__\\ \ ,__\/\ \/\ \ \ \ ,__\ - \ \ \_/ \ \ \_/\ \ \_\ \ \ \ \_/ - \ \_\ \ \_\ \ \____/ \ \_\ - \/_/ \/_/ \/___/ \/_/ + ______ ______ ______ + /\ ___\ /\ ___\ /\ ___\ + \ \ \__/ \ \ \__/ __ __ \ \ \__/ + \ \ __\ \ \ __\ /\ \/\ \ \ \ __\ + \ \ \_/ \ \ \_/ \ \ \_\ \ \ \ \_/ + \ \_\ \ \_\ \ \____/ \ \_\ + \/_/ \/_/ \/___/ \/_/ ` BANNER_SEP = "________________________________________________" )