WEBVTT

00:03.720 --> 00:04.040
Okay.

00:04.040 --> 00:06.560
Here we are capturing username and also the password.

00:06.640 --> 00:09.480
It is better to capture also the URL.

00:10.920 --> 00:18.680
You may know how to capture, a URL may not, but let's go and see if am I able to capture that or not.

00:18.720 --> 00:21.360
As you see here, we have HTTP request right here.

00:21.840 --> 00:28.080
Now I want to see the layer for a URL.

00:28.120 --> 00:35.000
Let's see here I'm going to print that packet dot show.

00:35.720 --> 00:40.280
And I want to see each layer to find that okay.

00:40.320 --> 00:44.240
Let's use layer here and hit enter.

00:44.520 --> 00:48.720
Let's go back here and browse something.

00:50.400 --> 00:50.800
Okay.

00:50.800 --> 00:53.560
Refresh this and then come back here.

00:53.560 --> 00:58.600
Refresh this one and let's see okay.

00:58.600 --> 01:01.620
We're not Tapping anything.

01:02.020 --> 01:06.020
Let's go for bing.com.

01:08.300 --> 01:11.020
Mhm.

01:11.060 --> 01:11.460
Okay.

01:13.900 --> 01:15.780
Uh let me use Ctrl c here.

01:18.220 --> 01:20.580
Let's see what do we have here.

01:20.620 --> 01:20.940
Okay.

01:20.980 --> 01:24.740
The data that we want to add.

01:27.700 --> 01:28.820
Okay.

01:28.860 --> 01:30.980
Let me find that thing.

01:32.340 --> 01:32.660
If.

01:34.900 --> 01:36.700
Am I able or not.

01:36.740 --> 01:36.980
Okay.

01:36.980 --> 01:39.940
We have something like like this here.

01:40.740 --> 01:41.020
That.

01:41.060 --> 01:43.940
That is not what you want.

01:46.500 --> 01:48.180
Um, okay.

01:48.820 --> 01:50.500
We have the host here.

01:50.860 --> 01:51.300
Okay.

01:53.460 --> 02:03.960
This is one thing that we really need, which is post And also we need one more thing that is called.

02:03.960 --> 02:05.520
It was called I think path.

02:07.320 --> 02:12.200
Do we have here anything that is called path.

02:18.760 --> 02:24.000
Mhm.

02:25.000 --> 02:25.360
Okay.

02:25.400 --> 02:30.080
Here we have a host again.

02:30.680 --> 02:31.280
Okay.

02:31.320 --> 02:33.200
Here we have host again.

02:33.560 --> 02:35.000
This is the main link.

02:35.040 --> 02:35.520
Okay.

02:35.560 --> 02:38.320
And then after this again we have something okay.

02:38.360 --> 02:40.960
Like slash and other stuff.

02:41.200 --> 02:47.280
And that is stored inside the another thing that is called path.

02:47.800 --> 02:49.120
So these are two things we need.

02:49.160 --> 02:49.360
Okay.

02:49.360 --> 02:50.400
One of them is host.

02:50.440 --> 02:52.680
The other one is called path.

02:52.720 --> 02:52.960
So.

02:55.040 --> 03:01.540
We can use them To get or create a URL here.

03:01.540 --> 03:06.060
So let's use create a variable called URL.

03:06.380 --> 03:09.500
This URL is going to be equal to the packet.

03:11.460 --> 03:21.940
And again we have http dot http request that is here.

03:22.180 --> 03:22.580
Okay.

03:24.780 --> 03:26.220
HTTP request.

03:27.020 --> 03:27.700
And.

03:31.580 --> 03:32.940
We have packet.

03:32.980 --> 03:33.420
Okay.

03:33.420 --> 03:47.540
You see this packet is looks like a method which is not a method like this dot post okay is one of those

03:47.740 --> 03:49.020
part.

03:49.020 --> 03:55.900
And we have the other part which was path.

03:55.940 --> 03:56.620
Okay.

03:56.680 --> 04:01.080
Again I'm going to add this packet details here.

04:01.720 --> 04:11.520
And it's going to be HTTP dot http request dot packet.

04:13.080 --> 04:13.360
Okay.

04:13.400 --> 04:14.520
Now I have this.

04:14.760 --> 04:17.880
And let me print this URL.

04:19.440 --> 04:25.440
And also do not print this one.

04:25.480 --> 04:25.880
Okay.

04:35.680 --> 04:36.400
Hit enter.

04:37.840 --> 04:40.640
Let's come back to Bing.com.

04:40.800 --> 04:41.480
For example.

04:44.480 --> 04:46.240
We are able to access that.

04:46.680 --> 04:50.840
You see this time we are capturing all the links.

04:50.880 --> 04:51.280
Okay.

04:51.320 --> 04:52.760
See Bing.com.

04:52.760 --> 04:55.200
And then WW bing.com this thing.

04:55.660 --> 04:58.580
Seeing this thing become that thing.

04:58.620 --> 05:00.060
bing.com.

05:01.260 --> 05:03.580
Uh, this one and also this one.

05:03.580 --> 05:05.980
This is all the link that we are capturing.

05:06.580 --> 05:10.860
And also if I come back here and try to access this one.

05:13.060 --> 05:20.220
Uh, hit log out and you see that we are accessing this vulnerable.

05:20.700 --> 05:21.300
Okay.

05:21.340 --> 05:22.900
One with.com.

05:23.820 --> 05:25.780
And like this.

05:25.820 --> 05:26.380
Okay.

05:26.420 --> 05:31.180
So now we are able to do this kind of thing with our program.

05:31.820 --> 05:33.900
If I try to hit log in.

05:37.660 --> 05:45.940
And come back right here I must be able to capture username and password right here.

05:46.380 --> 05:50.140
And also the link that is captured here.

05:50.180 --> 05:50.540
Okay.

05:51.380 --> 05:53.300
That was perfect.
