Jump to content

Editing TCP header

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
kashiqirphan

kashiqirphan

    Newbie

  • Members
  • Pip
  • 7 posts
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.

#2
navghost

navghost

    Newbie

  • Members
  • PipPip
  • 17 posts
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!"