Python Based Brute Force Password Cracking Assistant By Clownsec
...Use the keyword "stdout" to print to screen or for use with other programs like Aircrack-ng or Medusa
./wordpie.py | xargs -L 1 medusa -h 192.168.1.1 -u admin -M web-form -p
./wordpie.py -o stdout -A | aircrack-ng -b XX:XX:XX:XX:XX:XX -w - *.cap
...Bandwidth Monitoring Tools For Linux
(Requires Python 2.4 or later)
UPDATE: good known alternative is "ifstat"
http://gael.roualland.free.fr/ifstat/
Example of use:
ifstat -b -i "FastEthernet0/19" -s public@172.18.216.1
It's possible to monitor multiple interfaces in the same time !
jennifer is an educational (albiet oddly named) firewall/NAT script generator, written in python, targetted at linux+iptables systems. It is intended to both (a) generate practical and useful configurations, and (b) demonstrate the concepts involved in TO