Delete http/exposures/files/office-documents-links.yaml
parent
5d508389e8
commit
ed21903a98
|
@ -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)'
|
Loading…
Reference in New Issue