Adds more improvements re passive scanning when there are a lot of urls
This commit is contained in:
16
spec/fixtures/finders/interesting_findings/mu_plugins/match_href.html
vendored
Normal file
16
spec/fixtures/finders/interesting_findings/mu_plugins/match_href.html
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US" class="no-js">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="profile" href="http://gmpg.org/xfn/11">
|
||||
<link rel="pingback" href="http://ex.lo/xmlrpc.php">
|
||||
<script>(function(){document.documentElement.className='js'})();</script>
|
||||
<title>WP 5.3.2 | Just another WordPress site</title>
|
||||
<meta name='robots' content='noindex,follow' />
|
||||
<link rel="alternate" type="application/rss+xml" title="WP 5.3.2 » Feed" href="http://ex.lo/feed/" />
|
||||
<link rel="alternate" type="application/rss+xml" title="WP 5.3.2 » Comments Feed" href="http://ex.lo/comments/feed/" />
|
||||
<link rel='stylesheet' id='twentyfifteen-style-css' href='http://g.com/wp-content/themes/twentyfifteen/style.css?ver=5.3.2' type='text/css' media='all' />
|
||||
|
||||
|
||||
<link rel='stylesheet' id='wbb-css' href='https://ex.lo/wp-content/mu-plugins/bb-mods/css/style.css' type='text/css' media='all' />
|
||||
16
spec/fixtures/finders/interesting_findings/mu_plugins/match_src.html
vendored
Normal file
16
spec/fixtures/finders/interesting_findings/mu_plugins/match_src.html
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US" class="no-js">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="profile" href="http://gmpg.org/xfn/11">
|
||||
<link rel="pingback" href="http://ex.lo/xmlrpc.php">
|
||||
<script>(function(){document.documentElement.className='js'})();</script>
|
||||
<title>WP 5.3.2 | Just another WordPress site</title>
|
||||
<meta name='robots' content='noindex,follow' />
|
||||
<link rel="alternate" type="application/rss+xml" title="WP 5.3.2 » Feed" href="http://ex.lo/feed/" />
|
||||
<link rel="alternate" type="application/rss+xml" title="WP 5.3.2 » Comments Feed" href="http://ex.lo/comments/feed/" />
|
||||
<link rel='stylesheet' id='twentyfifteen-style-css' href='http://g.com/wp-content/themes/twentyfifteen/style.css?ver=5.3.2' type='text/css' media='all' />
|
||||
|
||||
|
||||
<script type='text/javascript' src='https://ex.lo/wp-content/mu-plugins/library/js/jquery-core.js'></script>
|
||||
13
spec/fixtures/finders/interesting_findings/mu_plugins/no_match.html
vendored
Normal file
13
spec/fixtures/finders/interesting_findings/mu_plugins/no_match.html
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US" class="no-js">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="profile" href="http://gmpg.org/xfn/11">
|
||||
<link rel="pingback" href="http://ex.lo/xmlrpc.php">
|
||||
<script>(function(){document.documentElement.className='js'})();</script>
|
||||
<title>WP 5.3.2 | Just another WordPress site</title>
|
||||
<meta name='robots' content='noindex,follow' />
|
||||
<link rel="alternate" type="application/rss+xml" title="WP 5.3.2 » Feed" href="http://ex.lo/feed/" />
|
||||
<link rel="alternate" type="application/rss+xml" title="WP 5.3.2 » Comments Feed" href="http://ex.lo/comments/feed/" />
|
||||
<link rel='stylesheet' id='twentyfifteen-style-css' href='http://g.com/wp-content/themes/twentyfifteen/style.css?ver=5.3.2' type='text/css' media='all' />
|
||||
@@ -15,8 +15,12 @@
|
||||
|
||||
<meta name='robots' content='noindex,follow' />
|
||||
<link rel="alternate" type="application/rss+xml" title="WP 4.1.1 » Feed" href="http://wp.lab/wordpress-4.1.1/feed/" />
|
||||
<link rel="alternate" type="application/rss+xml" title="WP 4.1.1 » Comments Feed" href="http://wp.lab/wordpress-4.1.1/comments/feed/" />
|
||||
<link rel="alternate" type="application/rss+xml" title="WP 4.1.1 » Comments Feed" href="http://wp.lab/wordpress-4.1.1/comments
|
||||
/feed/" />
|
||||
|
||||
<a href="https://wp.lab/?s=/author/should-not-be-detected/">Link</a>
|
||||
<link rel="alternate" type="application/rss+xml" title="WP 4.1.1 » Posts by admin display_name Feed" href="http://wp.lab/wordpress-4.1.1/author/admin/feed/" />
|
||||
|
||||
<link rel='stylesheet' id='twentyfifteen-fonts-css' href='//fonts.googleapis.com/css?family=Noto+Sans%3A400italic%2C700italic%2C400%2C700%7CNoto+Serif%3A400italic%2C700italic%2C400%2C700%7CInconsolata%3A400%2C700&subset=latin%2Clatin-ext' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='genericons-css' href='http://wp.lab/wordpress-4.1.1/wp-content/themes/twentyfifteen/genericons/genericons.css?ver=3.2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='twentyfifteen-style-css' href='http://wp.lab/wordpress-4.1.1/wp-content/themes/twentyfifteen/style.css?ver=4.1.1' type='text/css' media='all' />
|
||||
|
||||
Reference in New Issue
Block a user