Merge pull request #880 from projectdiscovery/wp

adding wp template and workflow
patch-1
PD-Team 2021-02-17 17:33:26 +05:30 committed by GitHub
commit e9f4e445a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: wordpress-xmlrpc-listmethods
info:
name: Wordpress XML-RPC List System Methods
author: 0ut0fb4nd
severity: info
tags: wordpress
requests:
- method: POST
path:
- "{{BaseURL}}/xmlrpc.php"
body: "<?xml version=\"1.0\" encoding=\"utf-8\"?><methodCall><methodName>system.listMethods</methodName><params></params></methodCall>"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "system.multicall"
- "system.listMethods"
- "demo.sayHello"
condition: and
part: body

View File

@ -35,4 +35,5 @@ workflows:
- template: vulnerabilities/wordpress/wordpress-wpcourses-info-disclosure.yaml
- template: vulnerabilities/wordpress/wp-enabled-registration.yaml
- template: vulnerabilities/wordpress/wp-xmlrpc.yaml
- template: vulnerabilities/wordpress/wordpress-xmlrpc-listmethods.yaml
- template: vulnerabilities/wordpress-zebra-form-xss.yaml