Skip to content

eoko/wpscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eoko\Wpscan Module for ZF2

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

This module is highly experimental and used for a wpscan sandbox with ZF2.

Config

See config/wpscan.local.php.dist.

Demo Controller

You can use this module by calling the demo controller : php public/index.php wpscan show http://acme.com.

Usage

$client = $serviceLocator->get(Client::class);
$command = new Command();
$command->addArg(new FakeUserAgent());
$client->addHandler(new PluginHandler());
$result = $client->run($command);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages