Jump to content
hozarares

PuzlBox: A PHP Fuzz Tool that Scans for Different Vulnerabilities

Recommended Posts

Posted (edited)

PuzlBox is a PHP fuzz tool that scans for several different vulnerabilities by performing dynamic program analysis.

It can detect arbitrary command execution, local file inclusion, arbitrary upload, and several other types of vulnerabilities.

In all, it can detect the following:

Arbitrary Command Execution

Arbitrary PHP Execution

Local File Inclusion

Arbitrary File Read/Write/Change/Rename/DeleteSQL Injection

Reflected Cross-site Scripting

Usage:PuzlBox must be run as administrator!

puzlbox [-s Server (default localhost)]

[-m Scan Modes (default CFLPSX)]

[Absolute Web Root]

[-n No Unhook]

[Application Paths (comma delimited)]

Modes:C – Arbitrary Command ExecutionF

– Arbitrary File Read/Write/Change/Rename/DeleteL

– Local File InclusionP

– Arbitrary PHP ExecutionS

– SQL InjectionX

– Reflected Cross-site Scripting

Exemples:

1 puzlbox c:\xampp\htdocs MyApp Runs all scans on MyApp, located in web root c:\xampp\htdocsview sourceprint?

1 puzlbox -m CX c:\xampp\htdocs MyApp1,MyApp2 1 puzlbox -m CX c:\xampp\htdocs MyApp1,MyApp2 Runs Arbitrary Command Execution and Reflected Cross-site Scripting scans on MyApp1and MyApp2 located in web root c:\xampp\htdocs

Sursa: PenTestIT

Edited by hozarares
gg
Guest
This topic is now closed to further replies.


×
×
  • Create New...