Skip to content

Added new module to replace hexadecimal data in TCP packets#47

Merged
ickerwx merged 2 commits intoickerwx:masterfrom
MKesenheimer:master
May 29, 2024
Merged

Added new module to replace hexadecimal data in TCP packets#47
ickerwx merged 2 commits intoickerwx:masterfrom
MKesenheimer:master

Conversation

@MKesenheimer
Copy link
Contributor

With this module, plain hexadecimal data can be replaced in a TCP packet. By employing

./tcpproxy.py ... -im hexreplace:search=deadbeef:replace=00000000

the hexadecimal values \xDE\xAD\xBE\xEF are replaced by \x00\x00\x00\x00. This could be useful to modify a binary stream on the go.

@ickerwx ickerwx merged commit 4c2d718 into ickerwx:master May 29, 2024
@ickerwx
Copy link
Owner

ickerwx commented May 29, 2024

Thank you very much! I hope this little tool helps you. All the best 👋

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants