mimic icon indicating copy to clipboard operation
mimic copied to clipboard

Hide processes as a normal user in Linux.

Results 3 mimic issues
Sort by recently updated
recently updated
newest added

Just wanted to say this tool is amazing!!! It works perfectly against ```/proc``` and ```sys``` based monitoring tools such as ```ps```, ```htop```, and even ```unhide```, which is pretty nuts. And...

After installing mimic via instructions shown in REAME, when I simply run _/mimic -e "/usr/bin/bash"_ , after few seconds I get this error: _/usr/sbin/apache2: start: File or directory doesn't exist...

sirius@blackb0x:~/sploits/PID-HIDER/mimic/mimic$ make gcc -std=gnu99 -Wall -Wextra -Os -c -o string_to_vector.o string_to_vector.c gcc -std=gnu99 -Wall -Wextra -Os -c -o wordexp_t_to_vector.o wordexp_t_to_vector.c gcc -std=gnu99 -Wall -Wextra -Os -I../ptrace_do -L../ptrace_do string_to_vector.o wordexp_t_to_vector.o -o...