Scapy is a powerful interactive packet manipulation program. It is
able to forge or decode packets of a wide number of protocols, send
them on the wire, capture them, match requests and replies, and much
more. It can easily handle most classical tasks like scanning,
tracerouting, probing, unit tests, attacks or network discovery (it
can replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump,
tethereal, p0f, etc.). It also performs very well at a lot of other
specific tasks that most other tools can't handle, like sending
invalid frames, injecting your own 802.11 frames, combining technics
(VLAN hopping+ARP cache poisoning, VOIP decoding on WEP encrypted
channel, ...), etc.
from uwe@
The Dictionary Server Protocol (DICT) is a TCP transaction based
query/response protocol that allows a client to access dictionary
definitions from a set of natural language dictionary databases.
This package contains a client which can access DICT servers from
the command line.
From Deanna Phillips <deanna@sdf.lonestar.org>
From the 4.0.0 announcement:
Added colorschemes for most server applications, improved setting
of colors (now also background and attributes can be set), improved
userinterface, like 'tee' output can now be send to other processes/
files before or after processing, ip adresses/hostnames/seconds
since epoch/errno values can be translated, it can now also read
from stdin, added key for hiding all windows but the one selected,
lines ending with '\' can be merged into one line, furthermore quite
a few small bug fixes and numerous small additions and improvements.
Devil's Pie can be configured to detect windows as they are created, and
match the window to a set of rules. If the window matches the rules, it
can perform a series of actions on that window.
from Olle Nilsson <olle at vexed.se>