Releases: aszone/vulnerabilities
Releases · aszone/vulnerabilities
Beta Version
Adjuste option tor
Beta Version
Delete line that find etc passwd in Local file Download. Because is slow
Version Beta
Avenger Vulnerabilities
Avenger Vulnerabilities are methods and function for check possibles vulnerabilities
Instalation
The recommended way to install PHP Avenger is through
Composer.
# Install Composer
curl -sS https://getcomposer.org/installer | phpNext, run the Composer command to install the latest beta version of Php Avenger SH:
php composer.phar require aszone/vulnerabilitiesBasic Usage
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();Commands
$commandData = array(
'tor' => $tor,
'torl' => $torl,
'virginProxies' => $vp,
);Details
Vulnerabilities Checked
- Sql Injection
- Local File Download
Future Vulnerabilities Checked
- Admin Page
- RFI
- Xss
- Sensitive Files
- Dump Files
- Config Files
- Open Folders