Path: blob/master/documentation/modules/auxiliary/scanner/afp/afp_login.md
28055 views
Vulnerable Application
Apple Filing Protocol (AFP) is Apple's file sharing protocol similar to SMB, and NFS. This module attempts to brute force authentication credentials for AFP.
References:
Kali 2019.3 Install Instructions
sudo apt-get install netatalkedit
/etc/default/netatalkand add the following lines:Restart the service:
sudo /etc/init.d/netatalk restart
Verification Steps
Start msfconsole
Do:
use modules/auxiliary/scanner/afp/afp_loginDo:
set RHOSTS [ip]Do:
run