misc changes

patch-1
sandeep 2021-02-25 22:57:42 +05:30
parent 14786f26df
commit 3eb0e91444
2 changed files with 21 additions and 30 deletions

View File

@ -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

View File

@ -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