Hacking Tutorial Beginner to advanced - Setting up a penetration testing lab
Server-Side Attack Tutorial-VSFTP
we already know how to use metasploit and how to gather information using Nmap/Zenmap. If you don't know please read my tutorials about Meatasploit and Nmap.
In this tutorial I'am introducing a simple server side attack. This tutorial is only for educational purpose do not use it illegally.
I'am using the Metasploitable VM as target machine.If you don't know about Meatasploitable then please visit my previous posts about it.
Open Metasploitable Virtual Machine
Start metasploitable
Type metasploitable login ID and Password
As default both are "msfadmin"
Now our target (Server) is redy.
We are using our Kali machine to attack the target server as usual.
Open Kali machine.
Our attacking machine is ready now we want to gather informations about our target machine for that we only need the IP of the target machine.If you are attacking a site you can get the IP of the target using the command " ping <site URL>"
Here our target IP is 10.0.2.4.
To get the IP. You need to type the following command in Metasploitable machine
ifconfig
After getting the IP we need to get the information about the target. For Information Gathering we can use Nmap. To make it easier I'm using Zenmap (Graphical interface of Nmap).
To open Zenmap simply type zenmap on your terminal window.sudo su
zenmap
Put the target IP in Target and click scan.