You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hcxdumptool.c
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5913,6 +5913,7 @@ fprintf(stdout, "\nThis is a highly experimental penetration testing tool!\n"
5913
5913
"Not understanding what you were doing is not going to work as an excuse!\n\n");
5914
5914
if(vmflag== false) fprintf(stdout, "Failed to set virtual MAC!\n");
5915
5915
if((bpf.len==0) && (rcascanmode==0)) fprintf(stderr, "BPF is unset! Make sure hcxdumptool is running in a 100%% controlled environment!\n\n");
5916
+
if((ifakttype&IF_IS_SHARED) ==IF_IS_SHARED) fprintf(stderr, "Warning:\n%s is running on a shared interface!\nThis is not recommended because it leads to unwanted behavor!\n\n", basename(argv[0]));
0 commit comments