Create wp-license

patch-1
YashGoti 2021-02-25 21:05:25 +05:30 committed by GitHub
parent 794742eb60
commit 14786f26df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
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