flat assembler
Message board for the users of flat assembler.

Index > Windows > read and parse network TCP/IP traffic

Author
Thread Post new topic Reply to topic
catafest



Joined: 05 Aug 2010
Posts: 129
catafest 20 Feb 2014, 11:28
Hi
Can anyone tell me if is another way to read response from a link without using atl.dll ?
For example :
If ai try to open into browser www.something.com
will come with : www.something.com/abc/abc/
so I need to read this /abc/abc/ ...
Thank's .
Post 20 Feb 2014, 11:28
View user's profile Send private message Visit poster's website Yahoo Messenger Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20300
Location: In your JS exploiting you and your system
revolution 20 Feb 2014, 11:41
Do you mean you want to see the HTTP headers (with things like 302 Found etc.)?

If so then you can use either the winsock library directly or the Internet* APIs. Both will give you the HTTP headers.
Post 20 Feb 2014, 11:41
View user's profile Send private message Visit poster's website Reply with quote
catafest



Joined: 05 Aug 2010
Posts: 129
catafest 20 Feb 2014, 11:48
I need something without using socket or dll's . If is to hard ... let me know .
revolution wrote:
Do you mean you want to see the HTTP headers (with things like 302 Found etc.)?

If so then you can use either the winsock library directly or the Internet* APIs. Both will give you the HTTP headers.
Post 20 Feb 2014, 11:48
View user's profile Send private message Visit poster's website Yahoo Messenger Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20300
Location: In your JS exploiting you and your system
revolution 20 Feb 2014, 11:53
catafest wrote:
I need something without using socket or dll's
You can't do any networking in Windows without using a DLL unless you want to access the network driver directly?

What actually are you trying to do?
Post 20 Feb 2014, 11:53
View user's profile Send private message Visit poster's website Reply with quote
catafest



Joined: 05 Aug 2010
Posts: 129
catafest 20 Feb 2014, 12:22
you can do that ? to access tne network driver .
revolution wrote:
catafest wrote:
I need something without using socket or dll's
You can't do any networking in Windows without using a DLL unless you want to access the network driver directly?

What actually are you trying to do?
Post 20 Feb 2014, 12:22
View user's profile Send private message Visit poster's website Yahoo Messenger Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20300
Location: In your JS exploiting you and your system
revolution 20 Feb 2014, 12:24
Please say what you want to do.

Do you want to do networking directly through the driver? Using your own TCP/IP code? Or something else?
Post 20 Feb 2014, 12:24
View user's profile Send private message Visit poster's website Reply with quote
catafest



Joined: 05 Aug 2010
Posts: 129
catafest 20 Feb 2014, 12:36
I need to read all headers from network packets - to webbrowser . So socket will not good and also internet API is to much for me . Thank's
Post 20 Feb 2014, 12:36
View user's profile Send private message Visit poster's website Yahoo Messenger Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20300
Location: In your JS exploiting you and your system
revolution 20 Feb 2014, 12:41
Do you mean TCP/IP packet headers or HTTP headers?
Post 20 Feb 2014, 12:41
View user's profile Send private message Visit poster's website Reply with quote
catafest



Joined: 05 Aug 2010
Posts: 129
catafest 20 Feb 2014, 17:58
I need to use network driver ... and yes I need to read packet headers ( first TCP/IP) will be great . Because I don't use dll or something like webbrowser . The goal is to to parse all network not only TCP/IP . If don't have one answer then ... thank you.
Post 20 Feb 2014, 17:58
View user's profile Send private message Visit poster's website Yahoo Messenger Reply with quote
typedef



Joined: 25 Jul 2010
Posts: 2909
Location: 0x77760000
typedef 20 Feb 2014, 23:52
Post 20 Feb 2014, 23:52
View user's profile Send private message Reply with quote
catafest



Joined: 05 Aug 2010
Posts: 129
catafest 21 Feb 2014, 17:01
thank's topic close ...
Post 21 Feb 2014, 17:01
View user's profile Send private message Visit poster's website Yahoo Messenger Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.