From dfb9f145ef4ee0238f50518f64c9997d2c79e081 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sat, 24 Feb 2018 19:48:01 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- modules/wifi_recon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wifi_recon.go b/modules/wifi_recon.go index ecfc52c5..2163f809 100644 --- a/modules/wifi_recon.go +++ b/modules/wifi_recon.go @@ -100,7 +100,7 @@ func NewWiFiRecon(s *session.Session) *WiFiRecon { w.AddParam(session.NewIntParameter("wifi.hop.period", "250", - "If channel hopping is enabled (empty wifi.recon.channel), this is the time in millseconds the algorithm will hop on every channel (it'll be doubled if both 2.4 and 5.0 bands are available.")) + "If channel hopping is enabled (empty wifi.recon.channel), this is the time in millseconds the algorithm will hop on every channel (it'll be doubled if both 2.4 and 5.0 bands are available).")) return w }