2020-12-28 03:27:51 +00:00
|
|
|
id: tor-socks-proxy
|
2021-09-09 13:38:13 +00:00
|
|
|
|
2020-12-28 03:27:51 +00:00
|
|
|
info:
|
|
|
|
name: Detect tor SOCKS proxy
|
|
|
|
author: geeknik
|
|
|
|
severity: info
|
2021-09-09 13:38:13 +00:00
|
|
|
tags: tech,tor,proxy
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2020-12-28 03:27:51 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-12-28 03:27:51 +00:00
|
|
|
- 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"
|
2020-12-28 03:27:51 +00:00
|
|
|
condition: and
|
|
|
|
- type: status
|
|
|
|
status:
|
2020-12-28 10:01:48 +00:00
|
|
|
- 501
|