aszone / vulnerabilities
AsZone Component - Avenger Vulnerabilities
v0.1.2
2016-10-03 04:52 UTC
Requires
- php: >=5.3.9
- aszone/fakeheaders: ~0.1
- aszone/proxyavenger: ~0.1
- guzzlehttp/guzzle: ~5.3
- respect/validation: ~1.0
- symfony/dom-crawler: ~2.8
This package is not auto-updated.
Last update: 2024-10-30 19:19:49 UTC
README
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 | php
Next, run the Composer command to install the latest beta version of Php Avenger SH:
php composer.phar require aszone/vulnerabilities
Basic 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