Hi guys, and girls,

I 'm trying to create a program in c++ using winsock to see what happens when internet explorer sends a http request to http://localhost:80

any tips?

Thanx

Ishwar

Recommended Answers

All 4 Replies

Winsock hooking.

You make 2 programs, an easy one, it injects the DLL into iexplore.exe, and a pretty complicated one. It hooks the WinSock functions of iexplore.exe and saves/outputs the data.

There is a thread at the moment about injecting DLLs into applications.
www.madshi.net has a api-hooking library, you might want to use that.

Goodluck,
Eddy

you can google for cgi programs. Here is one suggestion.

Hi ppl,

Thannx 4 all your help,

i made my own c++ winsock aplication

you can c some outputs below when i went to http://localhost:8080 in
ie and netscape:


[IMG]http://www.daniweb.com/techtalkforums/attachment.php?attachmentid=2181&stc=1&d=1153160202[/IMG]


and in netscape:

[IMG]http://www.daniweb.com/techtalkforums/attachment.php?attachmentid=2182&stc=1&d=1153160249[/IMG]

hmmm..... some interesting differences???

i got what i wanted , now i can hack into my school usernames, with my other keylogger i am writing,

Thanx,

Ishwar

i got what i wanted , now i can hack into my school usernames, with my other keylogger i am writing,

Thread closed.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.