Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Port Sniffer

 [1/2] from: maillist::peter::home::se at: 7-Mar-2004 21:06


Hello! I would like to capture the traffic to/from a web browser with a script in the middle. I recall that this has been asked on the list before, but I do not remember what was said. The approach I have in mind would be to have REBOL listening to all traffic through the network interface port (80) and forward all traffic through to the web browser configured to port 8080. Any feedback would be appreciated. Best regards, Peter

 [2/2] from: SunandaDH:aol at: 7-Mar-2004 16:57


Peter:
> I would like to capture the traffic to/from a web browser > with a script in the middle. I recall that this has been > asked on the list before, but I do not remember what was > said.
A good starting point could be Sterling's proxy server: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=proxy.r For other potentially useful scripts: http://www.rebol.org/cgi-bin/cgiwrap/rebol/search.r?find=proxy&r=no Sunanda.