36 lines
1021 B
YAML
36 lines
1021 B
YAML
id: squid-analysis-report-generator
|
|
|
|
info:
|
|
name: Squid Analysis Report Generator
|
|
author: geeknik
|
|
description: SARG is an open source tool that allows you to analyse the squid log files and generates beautiful reports in HTML format with informations about users, IP addresses, top accessed sites, total bandwidth usage, elapsed time, downloads, access denied websites, daily reports, weekly reports and monthly reports.
|
|
reference: https://sourceforge.net/projects/sarg/
|
|
severity: high
|
|
tags: sarg,exposure,logs
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Squid User Access Report"
|
|
- "Squid User's Access Report"
|
|
condition: or
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<td>Daily reports"
|
|
- "FILE/PERIOD"
|
|
condition: or
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- sarg-[0-99].[0-99].[0-99]
|