An open API service indexing awesome lists of open source software.

https://github.com/nikic/phuzzy

Fuzzer for PHP internal functions
https://github.com/nikic/phuzzy

Last synced: 6 months ago
JSON representation

Fuzzer for PHP internal functions

Awesome Lists containing this project

README

          

Phuzzy
======

This is a PHP fuzzer. Fuzzing is a technique of finding bugs by generating
random function calls.

This script needs an sqlite database containing function information. This
database can be obtained from http://doc.php.net/downloads/sqlite/php_manual_en.sqlite.

(Code is dirty as this is mainly for personal use, sorry.)