Enhancement: network/detection/rpcbind-portmapper-detect.yaml by md
parent
cd35c9dc5a
commit
b9036e080e
|
@ -1,10 +1,15 @@
|
|||
id: rpcbind-portmapper-detect
|
||||
|
||||
info:
|
||||
name: RPCBind Portmapper Detection
|
||||
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:
|
||||
verified: true
|
||||
shodan-query: port:"111"
|
||||
|
@ -23,3 +28,5 @@ network:
|
|||
- type: word
|
||||
words:
|
||||
- "/run/rpcbind.sock"
|
||||
|
||||
# Enhanced by md on 2023/02/06
|
||||
|
|
Loading…
Reference in New Issue