commit
9499c866a0
13
main.go
13
main.go
|
@ -20,13 +20,10 @@ import (
|
||||||
|
|
||||||
|
|
||||||
var banner = `
|
var banner = `
|
||||||
_________ ___. ___________.__ .___
|
__ ___ __ __
|
||||||
/ _____/__ _\_ |__ \_ _____/|__| ____ __| _/___________
|
.-----.--.--| |--.' _|__.-----.--| .-----.----.
|
||||||
\_____ \| | \ __ \ | __) | |/ \ / __ |/ __ \_ __ \
|
|__ --| | | _ | _| | | _ | -__| _|
|
||||||
/ \ | / \_\ \| \ | | | \/ /_/ \ ___/| | \/
|
|_____|_____|_____|__| |__|__|__|_____|_____|__| `
|
||||||
/_______ /____/|___ /\___ / |__|___| /\____ |\___ >__|
|
|
||||||
\/ \/ \/ \/ \/ \/
|
|
||||||
`
|
|
||||||
|
|
||||||
// Parses command line arguments into a setting structure
|
// Parses command line arguments into a setting structure
|
||||||
func ParseCmdLine() (state *helper.State, err error) {
|
func ParseCmdLine() (state *helper.State, err error) {
|
||||||
|
@ -68,4 +65,4 @@ func main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
passive.PassiveDiscovery(state)
|
passive.PassiveDiscovery(state)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue