close
The Wayback Machine - https://web.archive.org/web/20200920143702/https://github.com/shieldfy/DVPP
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 

README.md

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

About

Damn Vulnerable PHP Package

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.