mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-28 04:13:08 +08:00
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:
13
src/common/struct_common.h
Normal file
13
src/common/struct_common.h
Normal 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
|
||||
Reference in New Issue
Block a user