mirror of https://github.com/daffainfo/nuclei.git
22 lines
348 B
YAML
22 lines
348 B
YAML
|
id: hex-network-request
|
||
|
|
||
|
info:
|
||
|
name: Hex Input Network Request
|
||
|
author: pdteam
|
||
|
severity: info
|
||
|
|
||
|
network:
|
||
|
- host:
|
||
|
- "{{Hostname}}"
|
||
|
inputs:
|
||
|
- data: "50494e47"
|
||
|
type: hex
|
||
|
- data: "\r\n"
|
||
|
|
||
|
read-size: 4
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: data
|
||
|
encoding: hex
|
||
|
words:
|
||
|
- "504f4e47"
|