Feb
09
2010
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 packets, 7900K bytes)
[...]
Tags: firewall, iptables, linux, network, stats, traffic
Aug
09
2009
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.
To Start with
Download [...]
Tags: aircrack-ng, airmon-ng, airodump-ng, airtun-ng, capture, crack, crypt, decrypt, key, linux, listen, live, packet, real time, scan, security, traffic, WEP, wifi, wireless
May
30
2009
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 result, it [...]
Tags: accounting, billing software, Cisco, daily, Database, Freeradius, Mysql, quota, radius, report, SQL, traffic