Archive for the tag 'traffic'

 

 

Feb 09 2010

Network Stats with Iptables

Published by dave under linux

As any other firewall, iptables is also able to do network statistics reporting. the -v (–verbose) option makes the list command (-L) show the packet and byte counters. Network stats are available on a per rule basis. Here’s an example on the INPUT chain:   [stats@network_server]$ sudo iptables -nvL INPUT Chain INPUT (policy DROP 74941 [...]

No responses yet

Aug 09 2009

How to crack a WEP key and decrypt live traffic

Published by dave under linux,security

Cracking a WEP key is extremely easy and is a matter of a few seconds. Truth? Pretty much… We are going to decrypt traffic in real time as well without even needing to connect to the wireless access point.   All steps will be run under root super-user as interfaces state needs to be changed. [...]

No responses yet

May 30 2009

Daily Accounting in Freeradius

Published by dave under Cisco,Freeradius

We have seen a few posts on Freeradius user list and other forums asking how to collect accounting periodically. The Radius protocol provides accounting but not in the way that many would like. Here’s a short list of things we would like to modify or improve: Traffic is not collected at regular intervals As a [...]

12 responses so far

Next »