File afp-showmount
Download: http://nmap.org/svn/scripts/afp-showmount.nse
User Summary
Shows AFP shares and ACLs
Script Output
PORT STATE SERVICE 548/tcp open afp | afp-showmount: | Yoda's Public Folder | Owner: Search,Read,Write | Group: Search,Read | Everyone: Search,Read | User: Search,Read | Vader's Public Folder | Owner: Search,Read,Write | Group: Search,Read | Everyone: Search,Read | User: Search,Read |_ Options: IsOwner
Requires
author Patrik Karlsson
copyright © Same as Nmap--See http://nmap.org/book/man-legal.html
Functions
| acl_group_to_long_string (acls) | Converts a group bitmask of Search, Read and Write to table |
| acls_to_long_string (acls) | Converts a numeric acl to string |
Functions
- acl_group_to_long_string (acls)
-
Converts a group bitmask of Search, Read and Write to table
Parameters
- acls: number containing bitmasked acls
Return value:
table of ACLs - acls_to_long_string (acls)
-
Converts a numeric acl to string
Parameters
-
acls:
number containig acls as recieved from
fp_get_file_dir_parms
Return value:
table of long ACLs -
acls:
number containig acls as recieved from




