Listening packets on specific IP and port

215 views Asked by At

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.

  1. 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.
  2. Can proxy technology help me in this situation?
0

There are 0 answers