27 lines
444 B
YAML
27 lines
444 B
YAML
id: tor-socks-proxy
|
|
|
|
info:
|
|
name: Detect tor SOCKS proxy
|
|
author: geeknik
|
|
severity: info
|
|
tags: tech,tor,proxy
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "This is a SOCKS Proxy"
|
|
- "HTTPTunnelPort"
|
|
- "SOCKSPort"
|
|
condition: and
|
|
- type: status
|
|
status:
|
|
- 501
|