From 00ac98767218487875a19eb475bd32b5211e4f0a Mon Sep 17 00:00:00 2001 From: Mehrdad Arshad Rad Date: Wed, 27 Jul 2016 22:44:24 -0700 Subject: [PATCH] added web cmd --- cli/cli.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/cli.go b/cli/cli.go index c7840127..a448297b 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -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 @@ -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"), ) )