Commit Graph

2 Commits (bda46f6642ecd218236e1856bdd3b7e6b3fc88d2)

Author SHA1 Message Date
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Yacin Nadji 8862d99c8d New formula: netsed
NetSED is small and handful utility designed to alter the contents of packets
forwarded through your network in real time.

It is useful for network hackers in following applications:

* Black-box protocol auditing - whenever there are two or more propriety boxes
communicating over an undocumented protocol, it is possible to enforce changes
in ongoing transmissions. This helps to test if the 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.,
choose whatever you want to.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-16 08:34:35 -07:00