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

25 lines
417 B
YAML
Raw Normal View History

id: tor-socks-proxy
2021-09-09 13:38:13 +00:00
info:
name: Detect tor SOCKS proxy
author: geeknik
severity: info
2021-09-09 13:38:13 +00:00
tags: tech,tor,proxy
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
2020-12-28 03:30:40 +00:00
- "This is a SOCKS Proxy"
- "HTTPTunnelPort"
- "SOCKSPort"
condition: and
- type: status
status:
2020-12-28 10:01:48 +00:00
- 501