aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/netsed.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-07-16New formula: netsedYacin Nadji
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>