ProxPy is a highly customizable HTTP/HTTPS proxy, written in Python. It is very handy for web penetration testers and for developers interested in testing their web applications.
ProxPy works as a "man-in-the-middle" between the browser and the target application. It has been developed with the purpose to be easily customizable. At this aim, users can write plug-in with minimal effort. Plug-ins are written in Python, and can modify HTTP/HTTPS requests and response on-the-fly.
The source code of the project is released under the GPLv3
license and is available online on proxpy homepage
KEmuFuzzer
KEmuFuzzer is protocol-specific fuzzer for system virtual
machines. KEmuFuzzer generates floppy images to boot a virtual machine and
to execute a specific test-case. The same test-case is executed also in an
oracle, based on hardware-assisted virtualization. The states obtained are
compared to detect defects in the virtual machine. Test-cases are
generated using a special compiler that applies certain mutations before
compiling.
The source code of the project is released under the GPLv3
license and is available online on KEmuFuzzer homepage
Hiding LKM 2.6.X
Hiding LKM 2.6.X: hiding linux kernel module playing with proc entry and
file operations.