mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-25 19:03:07 +08:00
Updated my RawTCPLib library with newest version supporting sniffing for payloads. Also new data in preparation for complete RCE module
This commit is contained in:
10
src/ebpf/include/packet/c&c/c&c.h
Normal file
10
src/ebpf/include/packet/c&c/c&c.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __BPF_CC_H
|
||||
#define __BPF_CC_H
|
||||
|
||||
#define CC_PROT_SYN "CC_SYN"
|
||||
#define CC_PROT_ACK "CC_ACK"
|
||||
#define CC_PROT_SYN_ACK "CC_SYN_ACK"
|
||||
#define CC_PROT_SEPARATOR "#"
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user