Re: [tcpdump-workers] HTTP Auth filter

2005-03-30 Thread Michael Richardson
-BEGIN PGP SIGNED MESSAGE- > "Julio" == Julio Cesar Ody <[EMAIL PROTECTED]> writes: Julio> I'm trying to build a filter for intercepting the HTTP Julio> Authentication (basic) bit of the POST payload using tcpdump, Julio> but so far I have no clue on where to start. go

[tcpdump-workers] HTTP Auth filter

2005-03-30 Thread Julio Cesar Ody
Hi list, I'm trying to build a filter for intercepting the HTTP Authentication (basic) bit of the POST payload using tcpdump, but so far I have no clue on where to start. The idea is to feed this info to a base64 decoder and have the result dumped in the console. I'm sure I can handle this last b