a quick description of when and where things happen
http://gnumonks.org/ftp/pub/doc/packet-journey-2.4.html
I assume you are a linux user, considering your username
from there you could use the standard netfilter workings, etc, to do what it seems like you want to.
Also, if you are so inclined, enabling network testing in the kernel is a nice way to give yourself some VERY nice capabilities, but I suggest you read up on them thoroughly before using them.
Re: What program can i use..
Quote:
Originally posted here by Penguin
What program can i use to modify TCP/IP header and send out..
how hacker spoof an IP address.. what program they use?
i was wondering if we modify the IP header then when we send out the packet.. will the NIC modify it again.. if yes then it defeats the purpose.. can someone clear my doubt?
1) HPING2
2) Easy, they construct their own.
3) Don't forget the OSI model, the NIC is on the datalink level, IP is on the network layer...at least in theory they do not talk to each other...If you spoof the source, just don't expect the packet to arrive back to you ;)
/nebulus
Re: Re: What program can i use..
Quote:
Originally posted here by nebulus200
1) HPING2
2) Easy, they construct their own.
3) Don't forget the OSI model, the NIC is on the datalink level, IP is on the network layer...at least in theory they do not talk to each other...If you spoof the source, just don't expect the packet to arrive back to you ;)
/nebulus
So, talking about the OSI model.. if a packet is to be send, the header of the IP is apended by the NIC fo OS? in anyway, will the NIC or OS modify the IP Address section b4 sending it off?