Files
Sn1per/templates/active/Jetty_Version_Disclosure.sh
2020-06-25 12:51:11 -07:00

9 lines
215 B
Bash

AUTHOR='@xer0dayz'
VULN_NAME='Jetty Version Disclosure Detected'
URI='/'
METHOD='GET'
MATCH='Powered by Jetty'
SEVERITY='P4 - LOW'
CURL_OPTS="--user-agent '' -s -L --insecure"
SECONDARY_COMMANDS=''
GREP_OPTIONS='-i'