Skip to content

aszone/hacking-analyze-static-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crawler - Reading Static File

ASZone - Crawler - Reading Static File

Beta

Reading Static File is a open source tool for reading static file / Path Director

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/crawler/download-file-by-lfd

Basic Usage

$command=array();
$crawler = new DownloadByLocalFileDownload($command);
$url="http://www.xxxx.com/download.php?file=../../index.php";
$crawler->getAllFiles($url);

Help and docs