nuclei-templates/technologies/tor-socks-proxy.yaml

25 lines
417 B
YAML

id: tor-socks-proxy
info:
name: Detect tor SOCKS proxy
author: geeknik
severity: info
tags: tech,tor,proxy
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "This is a SOCKS Proxy"
- "HTTPTunnelPort"
- "SOCKSPort"
condition: and
- type: status
status:
- 501