Adds DFs
This commit is contained in:
5
spec/fixtures/db/dynamic_finders.yml
vendored
5
spec/fixtures/db/dynamic_finders.yml
vendored
@@ -40,6 +40,11 @@ wordpress:
|
|||||||
path: wp-links-opml.php
|
path: wp-links-opml.php
|
||||||
pattern: !ruby/regexp /\Agenerator="wordpress\/(?<v>\d+\.[\.\d]+)"\z/i
|
pattern: !ruby/regexp /\Agenerator="wordpress\/(?<v>\d+\.[\.\d]+)"\z/i
|
||||||
version: true
|
version: true
|
||||||
|
PixelCodeJavascript:
|
||||||
|
class: JavascriptVar
|
||||||
|
xpath: //script[not(@src) and contains(., "fbq")]
|
||||||
|
pattern: !ruby/regexp /wordpress\-(?<v>\d+\.[\.\d]+)\-/i
|
||||||
|
version: true
|
||||||
MostCommonWpIncludesQueryParameterInHomepage:
|
MostCommonWpIncludesQueryParameterInHomepage:
|
||||||
class: QueryParameter
|
class: QueryParameter
|
||||||
xpath: //link[contains(@href,"wp-includes/")]/@href|//script[contains(@src,"wp-includes/")]/@src
|
xpath: //link[contains(@href,"wp-includes/")]/@href|//script[contains(@src,"wp-includes/")]/@src
|
||||||
|
|||||||
5
spec/fixtures/dynamic_finders/expected.yml
vendored
5
spec/fixtures/dynamic_finders/expected.yml
vendored
@@ -41,6 +41,11 @@ wordpress:
|
|||||||
found_by: Opml Generator (Aggressive Detection)
|
found_by: Opml Generator (Aggressive Detection)
|
||||||
interesting_entries:
|
interesting_entries:
|
||||||
- 'http://wp.lab/wp-links-opml.php, Match: ''generator="WordPress/4.0"'''
|
- 'http://wp.lab/wp-links-opml.php, Match: ''generator="WordPress/4.0"'''
|
||||||
|
PixelCodeJavascript:
|
||||||
|
number: 4.0
|
||||||
|
found_by: Pixel Code Javascript (Passive Detection)
|
||||||
|
interesting_entries:
|
||||||
|
- 'http://wp.lab/, Match: ''wordpress-4.0-'''
|
||||||
MostCommonWpIncludesQueryParameterInHomepage:
|
MostCommonWpIncludesQueryParameterInHomepage:
|
||||||
number: 3.8.1
|
number: 3.8.1
|
||||||
found_by: Most Common Wp Includes Query Parameter In Homepage (Passive Detection)
|
found_by: Most Common Wp Includes Query Parameter In Homepage (Passive Detection)
|
||||||
|
|||||||
@@ -179,3 +179,18 @@ tvc_smd={"tvc_wcv":"3.5.7","tvc_wpv":"3.8.1","tvc_eev":"2.1.6","tvc_cnf":{"t_ee"
|
|||||||
ga( 'limelightTracker.set', 'userId', ':' );
|
ga( 'limelightTracker.set', 'userId', ':' );
|
||||||
ga( 'limelightTracker.send', 'pageview' );
|
ga( 'limelightTracker.send', 'pageview' );
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
|
unknown plugin/s, seems like a snippet of code from Pixel Code which
|
||||||
|
is included in some plugins. See https://github.com/wpscanteam/wpscan/issues/1320
|
||||||
|
-->
|
||||||
|
<script type='text/javascript'>
|
||||||
|
fbq('init', 'xxxx', [], {
|
||||||
|
"agent": "wordpress-4.0-1.7.25"
|
||||||
|
});
|
||||||
|
</script><script type='text/javascript'>
|
||||||
|
fbq('track', 'PageView', []);
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user