H3dg3h0g's Blog
    H3dg3h0g's Blog

    Search

    Pentesting Guide and Notes

    Certification Reviews

    Writeups

    rpcbind (Portmapper)

    Description

    Portmapper is used to map Open Network Computing Remote Procedure Call (RPC) services to their corresponding ports.

    By enumerating Portmapper, it is possible to list running services with opened ports that could still not be accessible over the network (only accessible from localhost for example).

    Enumeration

    nmap --script rpc* -p 111 $IP

    Exploitation