WEBVTT

00:00.920 --> 00:09.520
Now the goal is to create an Iraqi request, then direct it to the broadcast mag asking for an IP that

00:09.520 --> 00:11.400
is here.

00:11.440 --> 00:13.400
Okay, so here we have two step.

00:13.440 --> 00:15.880
First we need to create an ARP request.

00:15.880 --> 00:21.640
And then we need to handle sending it to all computer all clients.

00:21.680 --> 00:22.280
Okay.

00:22.360 --> 00:27.200
So first let's come here and create our ARP request.

00:27.200 --> 00:29.440
And then we will handle the broadcast later.

00:29.960 --> 00:37.680
So as you see here we have our uh function here okay.

00:37.680 --> 00:42.120
Right here I need to create a ARP request okay.

00:42.160 --> 00:48.920
Right now I don't need this ARP ING because I'm going to handle it.

00:48.960 --> 00:50.240
Handle it myself.

00:50.520 --> 00:52.480
So here let's create a variable.

00:52.480 --> 00:55.360
Name it ARP request okay.

00:56.960 --> 01:01.310
It is going to be equal to You escape, I'm going to create an object.

01:01.310 --> 01:01.710
Okay.

01:03.270 --> 01:03.990
ARP.

01:04.830 --> 01:05.470
And.

01:07.590 --> 01:10.230
Now I can print.

01:10.230 --> 01:11.670
I can print a summary.

01:14.390 --> 01:15.150
Let's do this.

01:15.150 --> 01:15.590
Okay.

01:17.390 --> 01:18.190
There it is.

01:18.230 --> 01:18.830
Print.

01:20.390 --> 01:20.870
Okay.

01:20.870 --> 01:21.870
Just a moment.

01:23.190 --> 01:23.870
Print.

01:25.070 --> 01:28.070
We have a request dot summary.

01:28.110 --> 01:28.510
Okay.

01:34.030 --> 01:39.830
And this summary is a function that will print summary of your object.

01:40.350 --> 01:44.510
Now let me save this and go back right here.

01:45.150 --> 01:46.230
Let's go and see.

01:46.350 --> 01:47.590
What do we have here.

01:47.630 --> 01:48.070
Okay.

01:48.750 --> 01:57.790
And right now we are creating our first part, our ARP request that who has this thing.

01:57.910 --> 01:58.270
Okay.

01:59.030 --> 02:02.350
And right here we have done it.

02:02.390 --> 02:07.950
AARP saying that who has 000 says this.

02:07.950 --> 02:09.390
This is my computer, okay?

02:09.430 --> 02:10.750
Not the router.

02:10.750 --> 02:13.190
This is my computer, the Cali okay.

02:14.150 --> 02:17.350
And this one you may ask what is this one?

02:17.390 --> 02:17.630
Okay.

02:17.670 --> 02:21.070
It is the default value for this.

02:21.110 --> 02:21.430
Okay.

02:21.470 --> 02:24.550
I will show you that just in a second.

02:26.030 --> 02:26.430
Here.

02:26.670 --> 02:37.310
Let's use Scapy dot lls and give the Scapy dot AARP.

02:38.870 --> 02:42.710
Let's save it now you will see better information.

02:42.710 --> 02:45.590
I think that is here.

02:45.630 --> 02:46.590
Okay.

02:46.590 --> 02:49.870
As you see here we have all the values, okay.

02:49.910 --> 02:51.390
All the things here.

02:51.390 --> 02:53.830
And we have the default value here.

02:54.710 --> 02:57.020
As you see we have pdst.

02:57.140 --> 02:59.340
Okay, here is the IP field.

02:59.380 --> 02:59.820
Okay.

03:01.300 --> 03:01.620
Right.

03:01.660 --> 03:06.980
Now here we need to just give the IP field here that we haven't yet.

03:07.020 --> 03:07.660
Give it.

03:08.020 --> 03:13.780
So by default it is giving me the answer to 000.

03:13.820 --> 03:14.020
Why?

03:14.060 --> 03:18.020
Because it is the default value for Pdst.

03:18.020 --> 03:21.140
And also we have this one okay.

03:21.180 --> 03:22.420
Hardware destination.

03:22.420 --> 03:27.700
It has also a default value and much more okay.

03:28.220 --> 03:29.820
And also we have the OP.

03:29.860 --> 03:31.940
By default it has a value one.

03:31.940 --> 03:33.220
And then we can change it later.

03:33.220 --> 03:36.060
We will talk that in more details.

03:36.420 --> 03:43.180
So now you saw that we have by using Sqlplus we can see a lot of information.

03:43.180 --> 03:45.460
But here I'm going to change that.

03:45.500 --> 03:46.980
Pdst okay.

03:47.020 --> 03:50.100
To the IP that is coming from here.

03:50.740 --> 03:55.620
So it was USD is going to be equal to IP.

03:56.900 --> 04:01.780
Not all capital sorry PD is t IP.

04:02.100 --> 04:04.700
And I think I don't need this one right now.

04:04.980 --> 04:05.260
Okay.

04:05.260 --> 04:08.420
Let me clear that and save it again.

04:09.620 --> 04:14.460
Now as you see here we have who has 000.

04:14.900 --> 04:21.140
And in order to this let's re-execute this.

04:21.140 --> 04:24.580
And now you will see that it's a AARP.

04:24.620 --> 04:25.500
Okay.

04:25.540 --> 04:28.900
AARP who has this one?

04:28.940 --> 04:29.380
Okay.

04:30.660 --> 04:31.820
Will this come from.

04:31.980 --> 04:35.460
It is the the thing that we provided here.

04:35.500 --> 04:35.940
Okay.

04:41.460 --> 04:41.860
Okay.

04:42.180 --> 04:49.940
So now we just created the first section or the first part, which was creating an AARP request.

04:50.140 --> 04:53.380
Now let's go and do the broadcast section.
