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:
h3xduck
2022-02-16 19:38:39 -05:00
parent 2ae705f037
commit 431a019931
8 changed files with 63 additions and 15 deletions

View File

@@ -31,5 +31,6 @@ int rawsocket_send(packet_t packet);
packet_t rawsocket_sniff();
packet_t rawsocket_sniff_pattern(char* payload_pattern);
#endif

Binary file not shown.