PHP code example of eoko / wpscan

1. Go to this page and download the library: Download eoko/wpscan library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

eoko / wpscan example snippets


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