Am working on a project about preventing IP Spoofing in order to demonstrate it, I need to Spoof my own IP address. For this purpose i like to Edit TCP header information. Can somebody say me how to edit it without using any 3rd party software ?
Thanks in advance.
Editing TCP header
Started by kashiqirphan, Jan 08 2009 02:16 AM
1 reply to this topic
#1
Posted 08 January 2009 - 02:16 AM
|
|
|
#2
Posted 15 January 2009 - 07:53 AM
My own proposition is... read something about sockets and TCP/IP communication in Java - it's very simple way to write yours own spoof application. You can manipulate the headers using the Connection object or InputStream object if you wont to reading only the bytes from the current socket (lower level of OOP).
"Work should be challenging and the challenge should be fun. Great just isn't good enough!"


Sign In
Create Account

Back to top









