1
00:00:00,360 --> 00:00:01,530
Welcome back.

2
00:00:01,530 --> 00:00:06,290
And before we finish off with this section let us do a recap on our arms over.

3
00:00:06,570 --> 00:00:09,290
So we will start off from the beginning of the program.

4
00:00:09,540 --> 00:00:15,750
We first brought the user from 40 target IP and the rather IP which they provide us with the command

5
00:00:15,750 --> 00:00:16,590
itself.

6
00:00:16,590 --> 00:00:19,500
So the command goes Python 3 are our.

7
00:00:19,590 --> 00:00:24,480
Then the IP address of the router and then the IP address of the target machine.

8
00:00:24,480 --> 00:00:31,050
Then with these information that we gather from the command itself we proceed to perform our own function

9
00:00:31,050 --> 00:00:37,050
which is get MAC address function using this information to get the target MAC address and developer

10
00:00:37,080 --> 00:00:38,280
MAC address.

11
00:00:38,280 --> 00:00:42,070
So we use this function right here which is get MAC address.

12
00:00:42,480 --> 00:00:48,810
We craft our own packet that will consist of the broadcast layer which will be the Ethernet layer containing

13
00:00:48,810 --> 00:00:51,720
the broadcast MAC address as the destination.

14
00:00:51,840 --> 00:00:57,540
The second layer will be the R player which will contain the IP address of the target machine as the

15
00:00:57,540 --> 00:00:59,110
destination IP.

16
00:00:59,280 --> 00:01:05,820
Then we craft that packet by adding both of these layers together and then we send the packet from the

17
00:01:05,820 --> 00:01:10,890
response of the packet we gather the MAC address of that machine.

18
00:01:10,890 --> 00:01:16,920
Right after we do that for both the target Mac and developer MAC address then we proceed to go into

19
00:01:16,920 --> 00:01:25,580
the wild True loop or the infinite loop which will perform this function every two seconds so at every

20
00:01:25,580 --> 00:01:29,210
two seconds this function right here will get executed.

21
00:01:29,390 --> 00:01:35,000
And what this function does is it creates two different malformed or malicious packets which one of

22
00:01:35,000 --> 00:01:40,870
them the first one spoofs deepwater while the second one spoofs the target machine.

23
00:01:42,170 --> 00:01:48,020
Then we send both of these packets and we perform that action every two seconds in case we want to close

24
00:01:48,020 --> 00:01:48,860
the program.

25
00:01:48,860 --> 00:01:55,800
We simply just keep it interrupted and it will exit the program so we tested it in the previous video.

26
00:01:55,800 --> 00:01:58,280
Therefore there is no really need to test it right now.

27
00:01:58,500 --> 00:02:01,290
And that is the entire arbs twofer.

28
00:02:01,320 --> 00:02:06,180
Now keep in mind that you should not delete this program as we are going to use it throughout the course

29
00:02:06,450 --> 00:02:12,330
in order to show you what is the real power of this are possible for once we get to the password sniffers

30
00:02:12,720 --> 00:02:15,840
the password crackers and so on and so on for now.

31
00:02:16,020 --> 00:02:21,720
Let's just be there and wait for us as a project in the pie chart and then we're going to get back to

32
00:02:21,720 --> 00:02:23,960
it as soon as we need it again.

33
00:02:23,970 --> 00:02:24,350
All right.

34
00:02:24,360 --> 00:02:30,330
So that would be about all for the section I hope you enjoyed it and I will see you in the next project

35
00:02:30,600 --> 00:02:30,900
by.
