WPScan WordPress security scanner. Written for security professionals and blog maintainers to test the security of their WordPress websites. Contact us via contact@wpscan.com
Hi,
The current method for estimating installed plugins is not 100% accurate.
I think if we create a plugin that, after installation, exposes the list of installed plugins through a custom API then WPScan can get that list and process it and the result going to 100% accurate.
Hi, The current method for estimating installed plugins is not 100% accurate. I think if we create a plugin that, after installation, exposes the list of installed plugins through a custom API then WPScan can get that list and process it and the result going to 100% accurate.
Sample command
wp --url http://test.com --plugins-url http://test.com/wp-json/custom/v1/plugins?key=test
Sample of plugin code