opnsense-ports/net/netsed/pkg-descr
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

14 lines
705 B
Text

NetSED is small and handful utility designed to alter the contents of packets
forwarded through your network in real time. It is really useful for network
hackers in the following applications:
* Black-box protocol auditing -- if there are two or more proprietary
boxes communicating over undocumented protocol (by enforcing changes
in ongoing transmissions, you will be able to verify that 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.