Files
UltyScan/templates/active/Unauthenticated_Jenkins_Dashboard_Detected.sh

9 lines
220 B
Bash

AUTHOR='@xer0dayz'
VULN_NAME='Unauthenticated Jenkins Dashboard Detected'
URI='/'
METHOD='GET'
MATCH="\[Jenkins\]"
SEVERITY='P2 - HIGH'
CURL_OPTS="--user-agent '' -s -L --insecure"
SECONDARY_COMMANDS=''
GREP_OPTIONS='-i'