Skip to content

Commit

Permalink
Updated Banner
Browse files Browse the repository at this point in the history
  • Loading branch information
codingo committed Jun 25, 2018
1 parent ff00f9d commit ba9c885
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ import (
"github.com/subfinder/subfinder/libsubfinder/helper"
)

var banner = `
__ _____ __
_______ __/ /_ / __(_)___ ____/ /__ _____
/ ___/ / / / __ \/ /_/ / __ \/ __ / _ \/ ___/
(__ ) /_/ / /_/ / __/ / / / / /_/ / __/ /
/____/\__,_/_.___/_/ /_/_/ /_/\__,_/\___/_/
v0.2 - by @ice3man `

// ParseCmdLine ... Parses command line arguments into a setting structure
func ParseCmdLine() (state *helper.State, err error) {

Expand Down Expand Up @@ -75,7 +67,9 @@ func main() {
}

if state.Silent != true {
fmt.Println(banner)
fmt.Println("===============================================")
fmt.Printf("%s%s-=Subfinder%s v1.0 github.com/subfinder/subfinder\n", helper.Info, helper.Cyan, helper.Reset)
fmt.Println("===============================================")
}

if state.SetConfig != "none" {
Expand Down

0 comments on commit ba9c885

Please sign in to comment.