Is it possible to send tcp syn packet with payload by using WFP?
问题 I am new to Windows Filtering Platform. Is it possible to send a tcp SYN packet with a payload by using WFP? The payload I want to send will have some secret password. My linux server will check SYN packet's payload whether it is valid or not. 回答1: Although sending data in SYN packet is possible, it is never recommended to send sensitive data. Any "bad user" who intercepts the SYN packet shall be able to initiate a connection with your secret password. 回答2: WFP or no WFP, you "can" send the