Simple Go Windows Pipe Enumerator
go install github.com/D4RKMATT3R/gopipe@latest- Establish a SMB-Connection to the IPC$ share to determine if specific pipes are open
gopipe -h
Usage of ./gopipe:
-d string
domain (optional)
-file string
file with hosts (one per line)
-p string
password (required)
-pipe string
pipe to probe (no \PIPE\ prefix) (default "DAV RPC SERVICE")
-t string
targets: host|CIDR|range (a.b.c.d-e or a.b.c.d-a.b.c.e) or comma-list
-th int
concurrent workers (default 64)
-timeout duration
TCP 445 precheck timeout (default 4s)
-u string
username (required)