WEBVTT

00:00.880 --> 00:01.760
Hi friends.

00:01.760 --> 00:02.480
Welcome back.

00:02.560 --> 00:06.560
In the previous lecture, you saw how we create our region.

00:07.040 --> 00:10.480
And that region that we created needs a server.

00:10.520 --> 00:11.560
Okay.

00:11.640 --> 00:16.840
You need to you need to upload your region into a server.

00:16.840 --> 00:19.720
And you need internet connection sometimes.

00:19.720 --> 00:22.480
And sometimes you need these.

00:22.480 --> 00:23.600
Uh xampp.

00:23.600 --> 00:24.480
For testing.

00:24.520 --> 00:25.280
Okay.

00:25.320 --> 00:31.480
And if you want to use Unreal Machine, you need to have internet connection and download the file from

00:31.520 --> 00:32.320
other places.

00:32.320 --> 00:33.360
But now.

00:35.680 --> 00:40.480
Uh, now we are going to create a file.

00:40.560 --> 00:41.520
Okay.

00:41.560 --> 00:46.320
Or a Trojan that looks like a PDF.

00:46.360 --> 00:46.520
Okay.

00:46.600 --> 00:56.320
And you send it to someone, and when the victim is opening the file it looks like this PDF.

00:56.360 --> 00:57.040
Okay.

00:57.080 --> 00:59.120
It is exactly the same thing.

00:59.160 --> 01:01.320
It is exactly this PDF.

01:01.360 --> 01:02.080
This is a book.

01:02.120 --> 01:07.240
And, uh, they are trying to read untreated, but in background.

01:07.480 --> 01:11.920
We are executing our vision and it is doing what we want.

01:11.960 --> 01:13.000
Okay, so.

01:15.320 --> 01:19.800
Uh, this was the previous one and the other one is that.

01:19.880 --> 01:31.640
So let's come here and let's we need to add more details right in here because, uh, when we are trying

01:31.680 --> 01:41.080
to execute our Trojan, it is going to be executed by default and it is going to be saved.

01:41.680 --> 01:46.160
This, for example, this reverts back to saved by default in a specific place.

01:46.640 --> 01:48.640
So we need to add something here.

01:49.800 --> 01:53.000
Later we will be adding that okay.

01:53.040 --> 01:55.440
And here let me use dir right here.

01:55.440 --> 02:05.960
You see we have reverse actor.py okay I'm going to use Pi installer to change this.

02:06.240 --> 02:08.760
To package this okay.

02:10.000 --> 02:14.280
Or compile this by installer and you know that it is.

02:15.240 --> 02:18.840
Uh, one file means that I want all the things in one file.

02:18.880 --> 02:19.520
Okay.

02:19.560 --> 02:25.720
And also we have no console means I don't want to see the console.

02:25.760 --> 02:26.680
Okay.

02:26.720 --> 02:32.280
And writing here, uh, we're going to give name of the file.

02:32.320 --> 02:37.360
But in here we are going to add one more data okay.

02:38.160 --> 02:43.360
And this time it is going to be add data.

02:43.560 --> 02:45.880
So add.

02:48.160 --> 02:48.800
Data.

02:49.520 --> 02:57.080
And this data in here we are going to give the data that we want.

02:57.120 --> 03:01.880
For example my data is going to be uh PDF file okay.

03:03.240 --> 03:07.320
And exact location for PDF file is right in here.

03:07.360 --> 03:08.040
Okay.

03:08.080 --> 03:12.760
So I just copy this from here And.

03:14.800 --> 03:15.640
Paste it here.

03:15.640 --> 03:19.960
So you see I added this location.

03:20.120 --> 03:20.520
Okay.

03:22.400 --> 03:29.520
And the name of the file is c h.

03:29.560 --> 03:35.960
As you see it is c h all capital okay c h dot pdf.

03:37.360 --> 03:46.920
So and in here uh by default it will store in app data.

03:46.960 --> 03:52.840
And we need to here use semicolon and then add dot followed by a dot.

03:52.880 --> 04:04.480
If you want to save this data or this factor into uh app data or by default in its place if you don't

04:04.480 --> 04:07.040
want to change that location.

04:07.400 --> 04:09.880
So it will be stored right there.

04:09.880 --> 04:11.760
So we use that like this.

04:12.720 --> 04:18.200
And also, you know that, Uh, in here, we need to use two slashes.

04:18.200 --> 04:22.880
But right now, I'm going to let this, uh, to be one slash, because it is not Python.

04:23.000 --> 04:23.280
Okay.

04:23.320 --> 04:23.880
In here.

04:24.400 --> 04:26.160
And I'm going to hit enter.

04:26.720 --> 04:31.240
Oh, sorry, I just hit enter.

04:31.240 --> 04:37.760
But it was not what I wanted because I wanted to add more details in here.

04:37.800 --> 04:38.160
Okay.

04:38.560 --> 04:39.440
So no problem.

04:39.560 --> 04:44.680
I will add more details and later on again we will compile the program once again.

04:45.680 --> 04:51.680
So the details that I want to add is uh, a file name.

04:51.720 --> 04:52.120
Okay.

04:52.800 --> 04:53.560
Very easy.

04:54.200 --> 04:56.600
Uh, let me collapse this class.

04:58.960 --> 05:02.440
And in here I'm going to add a file name.

05:02.600 --> 05:13.280
So file name it is equal to I'm going to use sess dot underscore m.

05:13.320 --> 05:13.720
Okay.

05:13.760 --> 05:18.400
We have m e I p.

05:20.470 --> 05:22.270
It is not giving me suggestion.

05:22.670 --> 05:30.710
So I just, I think and in here we are going to add the name of the file.

05:30.710 --> 05:34.510
It was c h.cd f.

05:35.790 --> 05:38.030
So now it is name of the file.

05:38.390 --> 05:41.470
And now I want to open this okay.

05:41.470 --> 05:47.470
So I use SAP process dot open in here.

05:47.470 --> 05:55.510
Just give the file name and shell is equal to.

06:00.190 --> 06:00.630
Okay.

06:01.150 --> 06:03.310
Now it is completed.

06:03.310 --> 06:06.030
And save this.

06:09.350 --> 06:12.550
And that is it okay.

06:13.710 --> 06:18.830
Also this is this one is also completed I want to delete that okay.

06:20.230 --> 06:21.430
And that is here.

06:21.510 --> 06:22.990
Let's delete it.

06:24.270 --> 06:25.990
a file that is created.

06:26.150 --> 06:29.270
I want to delete that and.

06:31.430 --> 06:32.910
Use Ctrl s here.

06:32.990 --> 06:33.790
Okay.

06:33.830 --> 06:35.990
Make sure that it is saved.

06:36.190 --> 06:38.950
And in here let's use CLS.

06:39.750 --> 06:41.630
And then use this one.

06:41.670 --> 06:42.630
Hit enter.

06:42.630 --> 06:44.190
Just wait for a while.

06:44.350 --> 06:51.310
And after it is compiled and the program is ready, you will be able to execute the program.

06:51.830 --> 06:53.070
So let's see that.

06:55.710 --> 06:57.590
So now it is completed okay.

06:59.110 --> 07:02.230
And let's go back to college Linux here.

07:03.310 --> 07:07.910
Let's try to listen on this program and come back here.

07:09.470 --> 07:11.270
Let's move to.

07:13.550 --> 07:14.590
This location.

07:14.590 --> 07:17.590
As you see we have the reverse factor right in here.

07:17.630 --> 07:17.990
Okay.

07:19.110 --> 07:22.430
And here I'm going to double click this reverse factor.

07:24.430 --> 07:31.830
Let's see if we are able to open these as PDF or not.

07:40.550 --> 07:52.830
You see, we have these PDF 439 file and you see that it is a CK file okay, a PDF file.

07:52.830 --> 08:00.470
And you see that there is not any kind of suspect and it is working.

08:01.350 --> 08:06.110
So now it is time to move on in Kali Linux.

08:06.150 --> 08:06.750
Wow.

08:06.790 --> 08:10.270
In Kali Linux we got a connection that is perfect.

08:10.750 --> 08:12.950
Let me use dir here.

08:13.750 --> 08:14.630
Wow.

08:14.630 --> 08:21.990
When I use dir, it shows me the exact location and also all the details.

08:21.990 --> 08:25.470
That is all the data that is inside this.

08:25.510 --> 08:26.550
Okay.

08:26.590 --> 08:32.670
You see, we have reverse back to the eggs and a lot of things Yeah, if I came back here.

08:35.350 --> 08:38.830
Now, you see, we got a little more details.

08:38.830 --> 08:39.590
More data.

08:39.590 --> 08:42.070
We have reverse vector dot p y.

08:42.110 --> 08:43.790
And also we have,

08:45.190 --> 08:49.430
uh, okay.

08:49.430 --> 08:52.430
We have more details and more data here.

08:53.870 --> 09:01.350
And it is how now your backdoor is working and also your Trojan.

09:02.030 --> 09:03.830
So it is completed.

09:03.830 --> 09:12.950
Now you send this program to someone and if they open your computer will be connected to their computer.

09:13.270 --> 09:18.430
And you can upload new file, download new files from their computer.

09:18.870 --> 09:20.430
And now you didn't.

09:20.470 --> 09:26.910
You don't need to have an internet connection to download from server or something.

09:26.950 --> 09:32.110
Okay, so thanks for watching and I will see you in the next video.

09:32.630 --> 09:33.790
So thanks.
