installed plugin WPScan version 1.15.1

This commit is contained in:
2021-05-13 11:27:50 +00:00
committed by Gitium
parent 2b403ab680
commit e0e2392c3c
193 changed files with 30878 additions and 0 deletions

View File

@ -0,0 +1,31 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit0c863ce01900e71a6f32c7e450b49179
{
public static $prefixLengthsPsr4 = array (
'W' =>
array (
'WPScan\\' => 7,
),
);
public static $prefixDirsPsr4 = array (
'WPScan\\' =>
array (
0 => __DIR__ . '/../..' . '/app',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit0c863ce01900e71a6f32c7e450b49179::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit0c863ce01900e71a6f32c7e450b49179::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}