1AUTHOR='@xer0dayz' 2VULN_NAME='Insecure Cookie - Secure Not Set' 3FILENAME="$LOOT_DIR/web/headers-htt*-$TARGET-*.txt" 4MATCH='Set-Cookie' 5SEVERITY='P3 - MEDIUM' 6GREP_OPTIONS='-i' 7SEARCH='positive' 8SECONDARY_COMMANDS=' | egrep -iv secure' 9