Completed output modification of sys_read. Created a simple PoC

This commit is contained in:
h3xduck
2022-01-16 06:45:45 -05:00
parent 99e9fd4277
commit fc0d30f06f
8 changed files with 1331 additions and 1291 deletions

View File

@@ -1,8 +1,13 @@
#ifndef __CONSTANTS_H
#define __CONSTANTS_H
//XDP
#define SECRET_PACKET_PAYLOAD "XDP_PoC_0"
#define SECRET_PACKET_DEST_PORT 9000
#define SUBSTITUTION_NEW_PAYLOAD "The previous message has been hidden ;)"
//FS
#define STRING_FS_HIDE "This won't be seen"
#define STRING_FS_OVERWRITE "That is now hidden"
#endif