JustinK101 Posted May 27, 2010 Share Posted May 27, 2010 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. Link to comment https://forums.phpfreaks.com/topic/203135-sockets-send-udp-packets-with-spoofed-source/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.