Avenger Vulnerabilities are methods and function for check possibles vulnerabilities
The recommended way to install PHP Avenger is through Composer.
# Install Composer
curl -sS https://getcomposer.org/installer | php
Next, run the Composer command to install the latest beta version of Php Avenger SH:
php composer.phar require aszone/vulnerabilities
Use command for init process, result will print in monitor and save in txt on folder results. Var $result is array of urls for test
$sqli = new SqlInjection($commandData, $listOfUrls);
$resultSqli = $sqli->check();
$lfd = new LocalFileDownload($commandData, $listOfUrls);
$resultLFD = $lfd->check();
$commandData = array(
'tor' => $tor,
'torl' => $torl,
'virginProxies' => $vp,
);
- Sql Injection
- Local File Download
- Admin Page
- RFI
- Xss
- Sensitive Files
- Dump Files
- Config Files
- Open Folders