From ed21903a9811f6f7463aa08191e31b3472c21761 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 8 Dec 2023 14:50:10 +0700 Subject: [PATCH] Delete http/exposures/files/office-documents-links.yaml --- .../files/office-documents-links.yaml | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 http/exposures/files/office-documents-links.yaml diff --git a/http/exposures/files/office-documents-links.yaml b/http/exposures/files/office-documents-links.yaml deleted file mode 100644 index ec63161a14..0000000000 --- a/http/exposures/files/office-documents-links.yaml +++ /dev/null @@ -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)'