Reduces confidence of wp-cron detection
This commit is contained in:
@@ -11,7 +11,7 @@ module WPScan
|
|||||||
|
|
||||||
WPScan::WPCron.new(
|
WPScan::WPCron.new(
|
||||||
wp_cron_url,
|
wp_cron_url,
|
||||||
confidence: 100,
|
confidence: 60,
|
||||||
found_by: DIRECT_ACCESS,
|
found_by: DIRECT_ACCESS,
|
||||||
references: {
|
references: {
|
||||||
url: [
|
url: [
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ describe WPScan::Finders::InterestingFindings::WPCron do
|
|||||||
it 'returns the InterestingFinding' do
|
it 'returns the InterestingFinding' do
|
||||||
expect(finder.aggressive).to eql WPScan::WPCron.new(
|
expect(finder.aggressive).to eql WPScan::WPCron.new(
|
||||||
finder.wp_cron_url,
|
finder.wp_cron_url,
|
||||||
confidence: 100,
|
confidence: 60,
|
||||||
found_by: described_class::DIRECT_ACCESS
|
found_by: described_class::DIRECT_ACCESS
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user