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
- Host: GitHub
- URL: https://github.com/nikic/phuzzy
- Owner: nikic
- Created: 2012-02-17T14:45:53.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-09T22:05:58.000Z (almost 14 years ago)
- Last Synced: 2025-03-25T07:51:15.097Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 103 KB
- Stars: 31
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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.)