For the complete documentation index, see llms.txt. This page is also available as Markdown.

Port 111 -RPC Bind

Enumeration

nmap -p 111 --script=nfs-ls,nfs-statfs,nfs-showmount 10.10.184.162

eg:- Kanobi on THM

Using rpcclient determine whether anonymous connection (null session) is allowed on the samba server or not.

┌──(root㉿INE)-[~]
└─# rpcclient -U "" -N demo.ine.local                                                                                                                                                      
rpcclient $> 

It means it is allowed

Last updated