Jump to content

Sockets - Send UDP Packets With Spoofed Source


JustinK101

Recommended Posts

We need to build a simple sender application which sends UDP messages. So I know I am going to using PHP sockets, but the caveat is that we need to be able to spoof the source address. I.E. fake that the UDP message came from 192.168.1.4 when the computer who actually sent it was 192.168.1.10?

 

I see two ways to interact with sockets, fsocketopen() and create_socket(). Which would allow me to spoof the source? Thanks.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.