Skip to content

Commit

Permalink
added web cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadrad committed Jul 28, 2016
1 parent 22269f1 commit 00ac987
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const usage = `Usage:
hping Ping through HTTP/HTTPS w/ GET/HEAD methods
scan scan tcp ports (you can provide range >scan host minport maxport)
peering peering information (provides by peeringdb.com)
web web dashboard - opens dashboard at your default browser
`

// Readline structure
Expand Down Expand Up @@ -58,6 +59,7 @@ func Init(prompt, version string) *Readline {
readline.PcItem("scan"),
readline.PcItem("peering"),
readline.PcItem("help"),
readline.PcItem("web"),
readline.PcItem("exit"),
)
)
Expand Down

0 comments on commit 00ac987

Please sign in to comment.