Delete http/exposures/files/office-documents-links.yaml

patch-1
Ritik Chaddha 2023-12-08 14:50:10 +07:00 committed by GitHub
parent 5d508389e8
commit ed21903a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
id: office-documents-links
info:
name: Office Documents Links Extractor
author: Herry
severity: info
description: Extract Office Documents links from web page body
tags: documents,config,exposure,files,office
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: regex
part: body
regex:
- '(?i)(?:https?|ftp)://[^\s?#]+\.((xlsx?|csv|pptx?|msg|rtf|pub|rtf|mdb|odp|ods|odt|doc|xls))([#?].*)?'
extractors:
- type: regex
part: body
regex:
- '(?:https?|ftp)://\S+\.(xlsx?|csv|pptx?|msg|rtf|pub|rtf|mdb|odp|ods|odt|doc|xls)'