Improves detection of WP Version, Plugins etc by checking 404
This commit is contained in:
@@ -8,7 +8,8 @@ describe WPScan::Finders::Plugins::UrlsInHomepage do
|
||||
|
||||
before { target.scope << 'sub.lab' }
|
||||
|
||||
it_behaves_like 'App::Finders::WpItems::URLsInHomepage' do
|
||||
it_behaves_like 'App::Finders::WpItems::UrlsInPage' do
|
||||
let(:page_url) { url }
|
||||
let(:type) { 'plugins' }
|
||||
let(:uniq_links) { true }
|
||||
let(:uniq_codes) { true }
|
||||
|
||||
Reference in New Issue
Block a user