lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
From: sith at sithender.com (sith@...hender.com)
Subject: Sniffing ICQ traffic

On Mon, Nov 10, 2003 at 09:10:23AM -0800, Jeremiah Cornelius wrote:
> On Monday 10 November 2003 08:55, ttsoares@...on.ufrgs.br wrote:
> 
> <SNIP>
> > By the way... do you know a good text or some examples about how do write
> > filters to ethereal?  The syntax, variables, etc...


You can also use ngrep.  It is very useful for pulling things you are
interested in out of network traffic.  Here is an example of url grabbing:

ngrep '^GET' "dst port 80"

I'm sure after looking at a couple streams of icq messages it would be easy
to construct a simple filter for them.  You can use regular expressions
which is quite handy. 

-sithEnder


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ