lenonleite / exploits
AsZone/Avenger Component - Exploit
v0.1.2
2016-10-03 06:01 UTC
Requires
- php: >=5.3.9
- aszone/fakeheaders: ~0.1
- aszone/hacking: ~0.2
- guzzlehttp/guzzle: ~5.3
- lenonleite/hacking-analyze-static-files: ~0.2
- symfony/css-selector: 2.8
- symfony/dom-crawler: ~2.8
This package is not auto-updated.
Last update: 2024-10-30 20:25:45 UTC
README
Fake Header
Fake Header is script for create fake headers for request html
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/fakeheaders
Basic Usage
Use command for init process, result will print in monitor and save in txt on folder results.
$headers = new FakeHeaders(); echo $headers->getUserAgent();