I want to listen outcoming packets from someone's application and send forged packets or my own (the same like listened before). I know the destination IP adress and port. I read a lot on that topic and I have a few questions.
- Can I just create a
TcpListener
and listen to all packets on the exact port and IP address? But I don't want to stop the base program. - Can proxy technology help me in this situation?