34 lines
768 B
YAML
34 lines
768 B
YAML
id: rpcbind-portmapper-detect
|
|
|
|
info:
|
|
name: Rpcbind Portmapper - Detect
|
|
author: geeknik
|
|
severity: info
|
|
description: Rpcbind portmapper was detected.
|
|
reference: https://book.hacktricks.xyz/pentesting/pentesting-rpcbind
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 2
|
|
verified: true
|
|
shodan-query: port:"111"
|
|
tags: network,rpcbind,portmap
|
|
|
|
tcp:
|
|
- inputs:
|
|
- data: 8000002836ed646d0000000000000002000186a0000000040000000400000000000000000000000000000000
|
|
type: hex
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
- "{{Host}}:111"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "/run/rpcbind.sock"
|
|
|
|
# Enhanced by md on 2023/02/06
|