freebsd-ports/net/netsed/pkg-descr
Will Andrews 4a339d3853 Add netsed 0.01, a program that alters the contents of packets in
real-time.

PR:		24178
Submitted by:	Roman Shterenzon <roman@xpert.com>
2001-03-10 19:44:15 +00:00

19 lines
768 B
Plaintext

NetSED is small and handful utility designed to alter the contents of
packets forwarded thru your network in real time. It is really useful
for network hackers in following applications:
* black-box protocol auditing - whenever there are two or more
propertiary boxes communicating over undocumented protocol (by enforcing
changes in ongoing transmissions, you will be able to test if tested
application is secure),
* fuzz-alike experiments, integrity tests - whenever you want to test
stability of the application and see how it ensures data integrity,
* other common applications - fooling other people, content filtering,
etc etc - choose whatever you want to.
WWW: http://dione.ids.pl/~lcamtuf/
Roman Shterenzon <roman@xpert.com>