15 lines
410 B
Ruby
15 lines
410 B
Ruby
describe WPScan::Finders::InterestingFindings::MuPlugins do
|
|
subject(:finder) { described_class.new(target) }
|
|
let(:target) { WPScan::Target.new(url).extend(CMSScanner::Target::Server::Apache) }
|
|
let(:url) { 'http://ex.lo/' }
|
|
let(:fixtures) { FINDERS_FIXTURES.join('interesting_findings', 'mu_plugins') }
|
|
|
|
describe '#passive' do
|
|
xit
|
|
end
|
|
|
|
describe '#aggressive' do
|
|
xit
|
|
end
|
|
end
|