Skip to content

Commit

Permalink
improved help
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Nov 26, 2023
1 parent 5629bb7 commit 8eba6f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hcxdumptool.c
Original file line number Diff line number Diff line change
Expand Up @@ -4495,7 +4495,7 @@ fprintf(stdout, "%s %s (C) %s ZeroBeat\n"
" $ sudo systemctl stop NetworkManager.service\n"
" $ sudo systemctl stop wpa_supplicant.service\n"
"run %s\n"
" scan for ACCESS POINTS in range (not in combination with attack modes)\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"
" $ %s -i INTERFACENAME -w dumpfile.pcapng -F --rds=1\n"
Expand Down Expand Up @@ -4648,6 +4648,7 @@ fprintf(stdout, "--tot=<digit> : enable timeout timer in minutes\n"
" default = passive scan\n"
" a = active scan\n"
" p = passive scan\n"
" packets are not stored to dump file\n"
" not in combination with attack modes\n");
#ifdef STATUSOUT
fprintf(stdout, "--rds=<digit> : sort real time display\n"
Expand Down

0 comments on commit 8eba6f7

Please sign in to comment.