diff --git a/miscellaneous/wp-license.yaml b/miscellaneous/wp-license.yaml new file mode 100644 index 0000000000..35ab078af8 --- /dev/null +++ b/miscellaneous/wp-license.yaml @@ -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