phuzz icon indicating copy to clipboard operation
phuzz copied to clipboard

Find exploitable PHP files by parameter fuzzing and function call tracing

Results 4 phuzz issues
Sort by recently updated
recently updated
newest added

With results of the traces we should be able to determine which category of bug it is. A classifier needs to match function calls and parameters, then output appropriate Tags....

enhancement

A "hard problem" (which may be out of scope) to solve is the issue with dynamic web apps that have a fuck tonne of dependencies and rely on a database....

enhancement

Implement using http://www.howzatt.demon.co.uk/NtTrace/ or http://intellectualheaven.com/default.asp?BH=StraceNT Too much effort at the moment

enhancement
question

A nice addition for usability would be to have a progress indicator for when large amounts of files are being scanned. Even something as simple as "X/Y Files Scanned -...

enhancement