You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
id: zomato-homepage-status-check
info:
name: Zomato Homepage Status Check
author: ProjectDiscoveryAI
severity: info
description: |
This template checks the status code of the Zomato homepage to ensure it returns a 200 status code.
http:
- raw:
- |
GET / HTTP/1.1
Host: www.zomato.com
Accept-Encoding: gzip, deflate, br
Accept: */*
Accept-Language: en-US;q=0.9,en;q=0.8
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.71 Safari/537.36
Connection: keep-alive
Referer: https://zomato.com/
matchers-condition: and
matchers:
- type: status
status:
- 200
A duplicate
Connection
header gets added to the request if it is anything other thanConnection: close
i.e If a template already has
Connection: keep-alive
, nuclei is automatically adding a DuplicateConnection
header to the request.Template :
Request (Going through Proxy) :
The text was updated successfully, but these errors were encountered: