flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
sleepsleep
hi there,
any idea API sets or guide or etc that could help me to code a proxy like server (no cache) just redirect, so that could monitor the request URL. |
|||
![]() |
|
sleepsleep
Quote:
i want to do this. |
|||
![]() |
|
asmcoder
[content deleted]
Last edited by asmcoder on 14 Aug 2009, 14:57; edited 1 time in total |
|||
![]() |
|
sleepsleep
em... what is it?
i want something like. eg. my pc 192.168.1.80 my gateway 192.168.1.1 so, i code a software that acts as gateway, run it on my pc. so, another pc set its gateway using 192.168.1.80, so anything they request will go through my pc, then to gateway, then from gateway to my pc then to their pc. the idea is to log the outgoing url, so company can monitor where their employees surf during office hours. something like "wingate" ? |
|||
![]() |
|
AxelDominatoR
You could use Squid http://www.squid-cache.org/ and disable the cache if you don't need it.
It is developed for various operating systems. |
|||
![]() |
|
Vasilev Vjacheslav
search for socksx.zip from vecna (it's ready proxy server, supports socks4 and socks5)
|
|||
![]() |
|
sleepsleep
thanks, vasilev, will search it later.... fixing a server now...
life is short, what the hell i am doing.... |
|||
![]() |
|
dxl
To monitor url, maybe you need to log dns resolution.
To access a web server, there is a transparent call to a distant server to translate the domain name of called server to get its ip address. You can write a bouncer to watch all requested translations. |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.