mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 18:26:00 +00:00
10 lines
230 B
Bash
10 lines
230 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='Mailman Version Disclosure'
|
|
URI='/mailman/listinfo'
|
|
METHOD='GET'
|
|
MATCH="Delivered\ by\ Mailman"
|
|
SEVERITY='P5 - INFO'
|
|
CURL_OPTS="--user-agent '' -s -L --insecure"
|
|
SECONDARY_COMMANDS=''
|
|
GREP_OPTIONS=''
|