Merge pull request #2140 from pussycat0x/master

New templates added
patch-1
Prince Chaddha 2021-07-22 17:53:25 +05:30 committed by GitHub
commit 5455222476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: sensitive-storage-data-expose
info:
name: Sensitive Storage Data Exposed
author: pussycat0x
severity: medium
description: Searches for sensitive keys file,logs,debugbar,app.
reference: https://www.exploit-db.com/ghdb/6304
tags: expose,listing,config,logs
requests:
- method: GET
path:
- "{{BaseURL}}/storage/"
- "{{BaseURL}}/api_smartapp/storage/"
- "{{BaseURL}}/equipbid/storage/"
- "{{BaseURL}}/server/storage/"
- "{{BaseURL}}/intikal/storage/"
- "{{BaseURL}}/elocker_old/storage/"
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
- "oauth-private.key"
- "oauth-private.key"
condition: and
- type: status
status:
- 200

View File

@ -0,0 +1,22 @@
id: easy-media-gallery-pro-listing
info:
name: WordPress Plugin Media Gallery Pro Listing
author: pussycat0x
severity: info
description: Searches for sensitive directories present in the wordpress-plugins plugin.
reference: https://www.exploit-db.com/ghdb/6455
tags: wordpress,listing,wp-plugin
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/easy-media-gallery-pro/"
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
- "wp-content/plugins/easy-media-gallery-pro/"
condition: and
- type: status
status:
- 200