aszone / fakeheaders
AsZone Component - Fake Headers
Installs: 833
Dependents: 7
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 3
pkg:composer/aszone/fakeheaders
Requires
- php: >=5.3.9
This package is not auto-updated.
Last update: 2025-10-01 23:53:03 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();