Is it possible to send a SYN packet in vb.net? And if so how?
Printable View
Is it possible to send a SYN packet in vb.net? And if so how?
I think you will need to use Raw Sockets (SocketType.Raw) and build the packet sorry i forget the structure. And then try sending it.
How do you build a packet? Is it still possible with xp sp2 even without raw socket manipulation?