Updated Banner

master
root 2018-06-25 12:30:20 +10:00
parent ff00f9d8f9
commit ba9c885aca
No known key found for this signature in database
GPG Key ID: EC2302E1C4540AEE
1 changed files with 3 additions and 9 deletions

12
main.go
View File

@ -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) {
@ -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" {