From 9f344b9a2096d8a6f5014c5839c3ea84d810844f Mon Sep 17 00:00:00 2001 From: fabacab Date: Thu, 17 Aug 2023 04:56:44 -0400 Subject: [PATCH] Add H26Forge, a video file exploit development tool. Alphabetize list. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f84daf7..fc98b43 100644 --- a/README.md +++ b/README.md @@ -253,10 +253,11 @@ See also *[HackingThe.cloud](https://hackingthe.cloud/)*. See also *[Reverse Engineering Tools](#reverse-engineering-tools)*. +* [H26Forge](https://github.com/h26forge/h26forge) - Domain-specific infrastructure for analyzing, generating, and manipulating syntactically correct but semantically spec-non-compliant video files. * [Magic Unicorn](https://github.com/trustedsec/unicorn) - Shellcode generator for numerous attack vectors, including Microsoft Office macros, PowerShell, HTML applications (HTA), or `certutil` (using fake certificates). * [Pwntools](https://github.com/Gallopsled/pwntools) - Rapid exploit development framework built for use in CTFs. -* [peda](https://github.com/longld/peda) - Python Exploit Development Assistance for GDB. * [Wordpress Exploit Framework](https://github.com/rastating/wordpress-exploit-framework) - Ruby framework for developing and using modules which aid in the penetration testing of WordPress powered websites and systems. +* [peda](https://github.com/longld/peda) - Python Exploit Development Assistance for GDB. ## File Format Analysis Tools