Skip to content

aszone/exploits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a549067 · Oct 19, 2016

History

15 Commits
Oct 19, 2016
Oct 19, 2016
Sep 30, 2016

Repository files navigation

Build Status Scrutinizer Code Quality

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

Help and docs