mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
25 lines
417 B
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
|