Reply to SYN package #127
-
Hi, Can grapevine reply to SYN package with ACK? I have a client that is first probing server if it's alive and then sending post to endpoint. Damjan |
Beta Was this translation helpful? Give feedback.
Answered by
scottoffen
Jul 21, 2022
Replies: 1 comment
-
SYN and ACK packages are used for initializing TCP connection. Grapevine works on the HTTP layer. The underlying TCP connection is completely obfuscated from Grapevine via its use of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
scottoffen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SYN and ACK packages are used for initializing TCP connection. Grapevine works on the HTTP layer. The underlying TCP connection is completely obfuscated from Grapevine via its use of
HttpListener
, so it cannot be configured to respond to a SYN request.