Skip to content

Commit 9bcae5a

Browse files
author
=
committed
inproved status
1 parent 17147fc commit 9bcae5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hcxdumptool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5913,7 +5913,7 @@ fprintf(stdout, "\nThis is a highly experimental penetration testing tool!\n"
59135913
"Not understanding what you were doing is not going to work as an excuse!\n\n");
59145914
if(vmflag == false) fprintf(stdout, "Failed to set virtual MAC!\n");
59155915
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 an unwanted behavior!\n\n", basename(argv[0]));
5916+
if((ifakttype & IF_IS_SHARED) == IF_IS_SHARED) fprintf(stderr, "Warning:\n%s is running on a shared (virtual) interface!\nThis is not recommended because it leads to an unwanted behavior!\n\n", basename(argv[0]));
59175917
fprintf(stdout, "starting...\033[?25l\n");
59185918
nanosleep(&tspecifo, &tspeciforem);
59195919

0 commit comments

Comments
 (0)