eoko / wpscan
ZF2 wrapper for wpscan
1.0
2015-12-17 18:40 UTC
Requires
- zendframework/zendframework: ^2.5@dev
Requires (Dev)
- fabpot/php-cs-fixer: 1.7.*
- mockery/mockery: ^1.0@dev
- phpunit/phpunit: ~4.0
- satooshi/php-coveralls: 0.6.*
- zendframework/zendframework: ^2.5@dev
This package is not auto-updated.
Last update: 2024-10-30 20:00:16 UTC
README
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);