Skip to content

Commit c662861

Browse files
author
=
committed
on rds=0 tell user that display is really off
1 parent 94efc67 commit c662861

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
@@ -6061,7 +6061,7 @@ fprintf(stdout, "\nThis is a highly experimental penetration testing tool!\n"
60616061
if(vmflag == false) fprintf(stdout, "Failed to set virtual MAC!\n");
60626062
if((bpf.len == 0) && (rcascanmode == 0)) fprintf(stderr, "Warning: BPF is unset!\nMake sure hcxdumptool is running in a 100%% controlled environment!\nCheckout (and understand) README.md and docs/example.md!\n\n");
60636063
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]));
6064-
if((rds == 0) && (rcascanmode == 0)) fprintf(stdout, "starting in headless mode...\033[?25l\n");
6064+
if((rds == 0) && (rcascanmode == 0)) fprintf(stdout, "starting in headless mode (display off)...\033[?25l\n");
60656065
else fprintf(stdout, "starting...\033[?25l\n");
60666066
nanosleep(&tspecifo, &tspeciforem);
60676067
if(rcascanmode > 0)

0 commit comments

Comments
 (0)