aszone/vulnerabilities
Composer 安装命令:
composer require aszone/vulnerabilities
包简介
AsZone Component - Avenger Vulnerabilities
关键字:
README 文档
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
Help and docs
统计信息
- 总下载量: 344
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-19