eoko / wpscan
ZF2 wrapper for wpscan
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/eoko/wpscan
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: 2025-10-02 00:10:41 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);