Add files via upload
parent
512d53cad8
commit
76a55fc884
|
@ -0,0 +1,28 @@
|
||||||
|
id: wp-revslider-release_log-detect
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: wp-revslider-release_log-detect
|
||||||
|
author: pussycat0x
|
||||||
|
severity: info
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
google-dork: inurl:"plugins/revslider/release_log.html"
|
||||||
|
tags: wordpress,wp-plugin,wp,expose
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/wp-content/plugins/revslider/release_log.html"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "changes"
|
||||||
|
- '<div class="slider-revolution-update-list">'
|
||||||
|
condition: and
|
||||||
|
- type: regex
|
||||||
|
part: body
|
||||||
|
regex:
|
||||||
|
- "version([0-9. ])"
|
Loading…
Reference in New Issue