* v8.6 - Added CVE-2020-5902 F5 BIG-IP XSS sc0pe template * v8.6 - Added F5 BIG-IP detection sc0pe template * v8.6 - Added interesting ports sc0pe template * v8.6 - Added components with known vulnerabilities sc0pe template * v8.6 - Added server header disclosure sc0pe template * v8.6 - Added SMBv1 enabled sc0pe template * v8.6 - Removed verbose comment from stealth scan
9 lines
245 B
Bash
9 lines
245 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='Fortigate Pulse Connect Secure Detected'
|
|
URI='/remote/login?lang=en'
|
|
METHOD='GET'
|
|
MATCH='<title>Please Login'
|
|
SEVERITY='P5 - INFO'
|
|
CURL_OPTS="--user-agent '' -s -L --insecure"
|
|
SECONDARY_COMMANDS=''
|
|
GREP_OPTIONS='-i' |