Update main.go

master
Michael 2018-04-04 21:52:46 +10:00 committed by GitHub
parent 1080fefea2
commit 224a880875
1 changed files with 6 additions and 7 deletions

13
main.go
View File

@ -20,12 +20,11 @@ import (
var banner = `
_________ ___. ___________.__ .___
/ _____/__ _\_ |__ \_ _____/|__| ____ __| _/___________
\_____ \| | \ __ \ | __) | |/ \ / __ |/ __ \_ __ \
/ \ | / \_\ \| \ | | | \/ /_/ \ ___/| | \/
/_______ /____/|___ /\___ / |__|___| /\____ |\___ >__|
\/ \/ \/ \/ \/ \/
__ ___ __ __
.-----.--.--| |--.' _|__.-----.--| .-----.----.
|__ --| | | _ | _| | | _ | -__| _|
|_____|_____|_____|__| |__|__|__|_____|_____|__|
`
// Parses command line arguments into a setting structure
@ -68,4 +67,4 @@ func main() {
}
passive.PassiveDiscovery(state)
}
}