akde/infosec

Information security is ultimately about managing risk


Enumeration

Mandatory

  1. Get a list of reg­is­tered pro­grams via rpcbind/v2 (pre­vi­ous portmap­per!):
    rpcinfo -p $target
  2. Get a list of reg­is­tered pro­grams via rpcbind/3:
    rpcinfo -s $target
  3. If suc­cess­ful:
    1. Con­nect with the RPC con­sole:
      rpcclient -U "" $target
    2. Enu­mer­ate with the queries on the RPC pro­to­col post.

Optional

Leave a Reply

About

Personal collection of some infosec stuff. Primary purpose of this site is to collect and organize for myself.

Note: Some content is not publicly visible due to copyright issues. Therefore, some links could be broken.

Checklists

Categories

Checklists: Ports

python -c 'import pty;pty.spawn("/bin/bash")';

python3 -c 'import pty;pty.spawn("/bin/bash")';