How to backdoor windows?
Studing pentest, I was astonished by how easy it was to backdoor a Linux machine after I got root. I just needed to compile a program like this:
#define _GNU_SOURCE
#include <stdlib.h>
#include <unistd.h>
int main (int argc, c… Continue reading How to backdoor windows?