flat assembler
Message board for the users of flat assembler.
Index
> Windows > coding a proxy server maybe gateway (no cache) |
Author |
|
f0dder 25 Jul 2008, 22:37
Well, depends on what you need - if you need to monitor stuff on your own computer, perhaps you could just use the "FireBug" and "Tamper Data" addons for FireFox (not ported to FF3 yet, though?). Very useful tools.
If you need to do logging/statistics from a proxy point, that's a different issue altogether |
|||
25 Jul 2008, 22:37 |
|
sleepsleep 26 Jul 2008, 02:21
Quote:
i want to do this. |
|||
26 Jul 2008, 02:21 |
|
asmcoder 26 Jul 2008, 03:35
[content deleted]
Last edited by asmcoder on 14 Aug 2009, 14:57; edited 1 time in total |
|||
26 Jul 2008, 03:35 |
|
sleepsleep 26 Jul 2008, 03:53
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" ? |
|||
26 Jul 2008, 03:53 |
|
AxelDominatoR 26 Jul 2008, 06:40
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. |
|||
26 Jul 2008, 06:40 |
|
Vasilev Vjacheslav 26 Jul 2008, 13:31
search for socksx.zip from vecna (it's ready proxy server, supports socks4 and socks5)
|
|||
26 Jul 2008, 13:31 |
|
sleepsleep 26 Jul 2008, 15:03
thanks, vasilev, will search it later.... fixing a server now...
life is short, what the hell i am doing.... |
|||
26 Jul 2008, 15:03 |
|
dxl 29 Jul 2008, 08:00
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. |
|||
29 Jul 2008, 08:00 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.