Skip to content

How to drop a packet? #41

Answered by ickerwx
TheTechRobo asked this question in Q&A
Feb 19, 2023 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Hi, thanks for trying out my little tool. Dropping packets (as in, TCP packets) ist not possible. It's a TCP proxy and therefore works on streams of data. The proxy does not see packets, you are reading data through file descriptors.

Dropping packets while mitm-ing a connection is quite involved, you would need to keep track of sequence numbers and modify every subsequent packet. This is beyond the scope of this tool.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@TheTechRobo
Comment options

@ickerwx
Comment options

@TheTechRobo
Comment options

Answer selected by ickerwx
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #40 on February 19, 2023 22:50.