Hooking winsock and injecting a proxy ...

c++ / delphi package - dll injection and api hooking
Post Reply
yarek
Posts: 32
Joined: Mon Mar 28, 2005 10:08 pm

Hooking winsock and injecting a proxy ...

Post by yarek »

I know it is possible to hook the winsock (send, recv).
But is it possible to inject a localproxy, so all socket communications pass through 127.0.0.1 and port 8080 for instance ?
(You can obtain the same result for Internet Explorer and modifying the Connexion options and putting there the proxy 127.0.0.1:8080)

Any idea on how this can be done ? :idea:
Thankx a lot
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Don't know. Am no WinSock expert...
Forge
Posts: 2
Joined: Wed Oct 20, 2004 6:45 pm

Post by Forge »

Well, better if you create a proxy then redirects connections to 127.0.0.1, IPs you can usally find if you use a memory editor. If you are going to use this with Internet Explorer, use a proxy there to redirect.
Post Reply