Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/auxiliary/scanner/afp/afp_server_info.md
Views: 11784
Vulnerable Application
Apple Filing Protocol (AFP) is Apple's file sharing protocol similar to SMB, and NFS. This module will gather information about the service. Netatalk is a Linux implementation of AFP.
The following was done on Ubuntu 16.04, and is largely based on missingreadme.wordpress.com:
sudo apt-get install netatalk
edit
/etc/default/netatalk
and add the following lines:
Restart the service:
sudo /etc/init.d/netatalk restart
Verification Steps
Install and configure afp (or netatalk in a Linux environment)
Start msfconsole
Do:
auxiliary/scanner/afp/afp_server_info
Do:
set RHOSTS [ip]
Do:
run