Finished pseudo-connection between client and rootkit backdoor. Updated library to latest version.

This commit is contained in:
h3xduck
2022-02-18 03:32:07 -05:00
parent 9a47a2b15a
commit b68e01c057
9 changed files with 80 additions and 7 deletions

View File

@@ -4,6 +4,8 @@
#define CC_PROT_SYN "CC_SYN"
#define CC_PROT_ACK "CC_ACK"
#define CC_PROT_MSG "CC_MSG#"
#define CC_PROT_FIN_PART "CC_FIN"
#define CC_PROT_FIN CC_PROT_MSG CC_PROT_FIN_PART
#endif