Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 453 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 453 Bytes

DVPP (Damn vulnerable PHP Package)

WARNING: DO NOT ATTEMPT TO INSTALL THIS PACKAGE. IT'S MADE FOR TESTING PURPOSE.

Install via composer

Add shieldfy/DVPP to composer.json configuration file.

$ composer require shieldfy/DVPP

And update the composer

$ composer update

Get joke by username

require 'vendor/autoload.php';

use Shieldfy\DVPP;

$results = DVPP::getJokeByUsername();

/index.php?username=jak