WEBVTT

00:00.120 --> 00:07.560
We will learn how to create a program called Arpspoof.

00:07.720 --> 00:12.280
Now we are going to learn how to create an ARP Spoofer detector.

00:12.320 --> 00:18.400
Okay, so before that I'm going to show you how you can execute or run or use Python in Windows.

00:19.240 --> 00:26.680
And you'll learn I showed you how to download and install Python in windows.

00:26.720 --> 00:26.960
Okay.

00:27.000 --> 00:29.760
If you don't know it just search for Python on Google.

00:30.200 --> 00:37.200
And right here you download the version that is, uh, the latest version.

00:37.200 --> 00:37.440
Okay.

00:37.480 --> 00:42.040
And then I'm sure you will be able to download it okay.

00:42.080 --> 00:46.280
You download the installer and then you will be able to download it.

00:46.320 --> 00:49.440
So here we have Arpspoof program.

00:49.640 --> 00:54.320
This is the program that we already, uh, created okay.

00:54.360 --> 00:59.360
I moved this from Kali Linux into my windows machine.

00:59.360 --> 01:02.880
And here I'm going to show you how you can execute this program.

01:02.880 --> 01:03.280
Okay.

01:04.640 --> 01:06.640
Let me show you here.

01:06.720 --> 01:07.480
Okay.

01:07.480 --> 01:10.600
First you need to open your cmd.

01:13.320 --> 01:13.640
Okay.

01:13.680 --> 01:22.040
If you come here and search for cmd for command prompt, you will be able to open this command prompt.

01:22.520 --> 01:24.000
This is my username okay.

01:24.400 --> 01:28.800
And if you want to change your directory it's just like Linux.

01:28.800 --> 01:31.040
You use Siri for example desktop.

01:31.440 --> 01:32.840
Right now I am in desktop.

01:32.840 --> 01:41.840
If you use dir it will show you all the folders that is folders and files that is in that location like

01:41.840 --> 01:42.560
desktop.

01:43.240 --> 01:48.880
And if you are in another location like this, for example this program is in picture folder.

01:49.080 --> 01:51.160
I want to open cmd right here.

01:51.160 --> 01:55.560
So I click right in here and then I write cmd hit enter.

01:56.320 --> 02:03.080
So now the cmd is opened into the uh this location.

02:03.120 --> 02:03.560
Okay.

02:04.480 --> 02:11.480
So here we just use Python and then ARP spoof right.

02:11.520 --> 02:14.840
Now if I hit enter so it will execute this code.

02:15.200 --> 02:21.920
But for you, it is not going to be executed because you don't have an installed escapee.

02:21.920 --> 02:26.240
So if you want to install escapee again, you can use pip install.

02:28.320 --> 02:29.760
Escape again.

02:29.800 --> 02:32.560
Hit enter so it will install the escapee for you.

02:32.800 --> 02:34.800
But for me it is already provided.

02:34.800 --> 02:38.080
I already installed this CPU into my system.

02:38.120 --> 02:39.480
Okay, so I will.

02:40.520 --> 02:41.120
Uh.

02:41.160 --> 02:46.200
Okay, so you see, it says that requirement already satisfied.

02:46.200 --> 02:49.600
That means it is already installed into my machine.

02:50.320 --> 02:55.560
So now let's go and see if you're able to install.

02:55.600 --> 03:02.320
If you are able to run the program or not, hit enter and wait a moment.

03:03.640 --> 03:12.520
It will give me something like this Mac address, reach destination not found using broadcast and blah

03:12.520 --> 03:13.240
blah blah.

03:13.320 --> 03:14.320
That is because of this.

03:14.320 --> 03:15.320
Let me show you.

03:15.760 --> 03:17.480
We need to modify this okay?

03:19.040 --> 03:19.840
Read this.

03:23.800 --> 03:24.120
Okay.

03:24.160 --> 03:24.480
Here.

03:24.480 --> 03:28.680
You see, we have that target IP which is windows.

03:28.720 --> 03:29.200
Windows.

03:29.240 --> 03:30.480
It was Windows 7.

03:30.680 --> 03:39.120
But now we need to change this back to something else like Kali Linux IP address.

03:39.120 --> 03:40.760
And that is for okay.

03:41.200 --> 03:43.520
Now I use Ctrl S to save this.

03:43.520 --> 03:48.200
And I came back here and we execute this program.

03:48.200 --> 03:52.680
And then wait a moment again it is giving me the same thing okay.

03:57.520 --> 03:58.520
Okay I close that.

03:58.520 --> 04:01.240
I want to open once again okay cmd.

04:03.360 --> 04:07.960
Python arp spoof hit enter.

04:07.960 --> 04:09.880
And again we have the same thing.

04:09.880 --> 04:11.280
Let's see what is the error okay.

04:11.320 --> 04:14.000
It's saying something like this okay.

04:16.240 --> 04:19.120
Spoof target okay.

04:19.440 --> 04:21.120
The error is with Get Mac.

04:21.160 --> 04:25.610
This is because it cannot get the Mac address from Kali Linux.

04:25.650 --> 04:31.130
Okay, so let's go and enable the port forwarding on Kali Linux.

04:33.170 --> 04:35.730
I enabled port forwarding on Kali Linux.

04:35.850 --> 04:44.970
And also now let's execute this once again python arpspoof.py.

04:45.010 --> 04:47.130
Hit enter now.

04:47.130 --> 04:48.810
Okay I think it is working.

04:48.810 --> 04:51.450
Now you see that it is working okay.

04:51.490 --> 04:56.970
Packet sent it then and something like this.

04:57.410 --> 05:01.250
Now if I just open a new CMD here.

05:03.450 --> 05:11.770
Uh here or let's go and open a new terminal and color Linux C okay.

05:11.810 --> 05:20.530
Here let's use ARP Dash A and let's see what is going to happen here.

05:25.530 --> 05:25.970
Okay.

05:26.490 --> 05:34.370
Now you see that we have this uh, which is the router IP address.

05:34.410 --> 05:34.810
Okay.

05:35.930 --> 05:38.250
And this is the IP for this one.

05:38.250 --> 05:43.970
And also we have the IP for, uh, Windows 10.

05:44.010 --> 05:44.410
Okay.

05:45.490 --> 05:48.170
And these are Mac address for each of them.

05:50.890 --> 05:55.930
And if I came back here, you see that this is, uh, this had been executed.

05:56.690 --> 05:59.730
And if I open a new cmd here.

06:05.970 --> 06:09.130
Okay, let's use aarp dash a.

06:12.210 --> 06:12.570
C.

06:16.610 --> 06:18.250
Now it is changed.

06:19.530 --> 06:20.370
Okay.

06:20.370 --> 06:24.170
I will create a program to defeat this.

06:24.170 --> 06:24.530
Okay.

06:25.330 --> 06:28.850
So here you'll learn how to run a program from windows.

06:29.690 --> 06:34.410
And the main thing is not yet executed.

06:34.450 --> 06:34.890
Okay.
