misc changes
parent
14786f26df
commit
3eb0e91444
|
@ -1,30 +0,0 @@
|
|||
id: wp-license
|
||||
|
||||
info:
|
||||
name: WordPress License File Discloser
|
||||
author: yashgoti
|
||||
severity: info
|
||||
description: Wordpress default license file discloser to identify wordpress is running
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/license.txt"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "WordPress"
|
||||
- " - "
|
||||
- "Web publishing software"
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "text/plain"
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -0,0 +1,21 @@
|
|||
id: wp-license
|
||||
|
||||
info:
|
||||
name: WordPress license file disclosure
|
||||
author: yashgoti
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/license.txt"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "WordPress - Web publishing software"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue