From 23bf26354bcedd7f953546017ecf09c1050c8066 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 26 Nov 2023 10:11:38 +0100 Subject: [PATCH] added notice to help that hcxdumptool set monitor mode --- hcxdumptool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcxdumptool.c b/hcxdumptool.c index 91a7d5948..9635e0d5d 100644 --- a/hcxdumptool.c +++ b/hcxdumptool.c @@ -4494,7 +4494,7 @@ fprintf(stdout, "%s %s (C) %s ZeroBeat\n" "stop all services that have access to the interface, e.g.:\n" " $ sudo systemctl stop NetworkManager.service\n" " $ sudo systemctl stop wpa_supplicant.service\n" - "run %s\n" + "run %s - it will set appropriate monitor mode\n" " scan for ACCESS POINTS in range (packets are not stored to tum file, not in combination with attack modes)\n" " $ %s -i INTERFACENAME -F --rcascan=active\n" " attack target(s) (not in combination with rcascan)\n"