1
00:00:00,530 --> 00:00:04,870
Hello everybody and welcome to this complete Python 3 hacking course.

2
00:00:05,150 --> 00:00:10,520
Now in this course we're going to call multiple projects each one of them will have its own purpose

3
00:00:10,760 --> 00:00:16,630
and you will have all of the code at the end of each project in the resources list to download.

4
00:00:16,760 --> 00:00:21,920
And by the end of this course you should have a pretty good knowledge on how to create tools using Python

5
00:00:21,920 --> 00:00:28,280
3 for your own penetration tests so as I mentioned this will gather different tools from different fields

6
00:00:28,280 --> 00:00:35,120
such as for example port scanners back doors emails scrappers vulnerability scanners and many more.

7
00:00:35,990 --> 00:00:39,760
I'm going to code as we go and explain everything line by line.

8
00:00:39,760 --> 00:00:41,770
So you should have no problem understanding the code.

9
00:00:42,530 --> 00:00:47,900
And just in case you don't like to code along you will have all of the programs available to download

10
00:00:48,080 --> 00:00:50,220
at the end of each project.

11
00:00:50,240 --> 00:00:53,610
You can simply just download the code and follow along the tutorials.

12
00:00:53,630 --> 00:00:56,380
As I explain without having to code anything.

13
00:00:56,970 --> 00:00:57,360
OK.

14
00:00:58,370 --> 00:01:04,370
Now one important thing is if you have any questions regarding any program or if you have any proposals

15
00:01:04,490 --> 00:01:09,260
and you want me to add something to the course feel free to post in the Q and A section and I will respond

16
00:01:09,500 --> 00:01:10,390
as soon as I can.

17
00:01:11,430 --> 00:01:13,460
Also if you don't understand anything.

18
00:01:13,500 --> 00:01:18,330
Make sure that you posted the Q and A section or send me a private message and I will also respond there

19
00:01:18,420 --> 00:01:18,930
as well.

20
00:01:19,960 --> 00:01:24,580
Another thing to mention is that throughout the course there will be different articles and bonus lectures

21
00:01:24,610 --> 00:01:26,570
which will give you additional knowledge.

22
00:01:26,620 --> 00:01:31,840
And for example if this course doesn't cover something such as for example installing Windows 7 virtual

23
00:01:31,840 --> 00:01:37,690
machine I'll make sure to leave a link to the tutorial where you can watch and follow along the tutorial

24
00:01:37,690 --> 00:01:39,590
in order to continue the course.

25
00:01:39,820 --> 00:01:46,780
This course will be updated every month with new lectures with updated code and with your proposals.

26
00:01:46,780 --> 00:01:51,120
If you tell me for example you want to see an updated key logger I will make sure that they create it

27
00:01:51,340 --> 00:01:53,400
and put it inside of a course.

28
00:01:53,410 --> 00:01:56,710
Now in this course we are going to use clinics as a virtual machine.

29
00:01:56,710 --> 00:02:02,380
And on free I will lead you through the steps of installation in the introductory part of the course.

30
00:02:02,380 --> 00:02:07,270
In case you're an advance ethical hacker feel free to skip the introductory part and get straight into

31
00:02:07,270 --> 00:02:10,140
the coding lessons for all of your beginners.

32
00:02:10,150 --> 00:02:14,620
I will teach you in the introductory video how you can create your own virtual machine and set up your

33
00:02:14,620 --> 00:02:18,480
own environment in order to start with this course.

34
00:02:18,500 --> 00:02:22,440
Another advice that I have is in case you don't have too much Python knowledge.

35
00:02:22,540 --> 00:02:27,880
Feel free to also take a course on the site as we are not going to cover Python 3 basics.

36
00:02:27,880 --> 00:02:34,120
We're going to get straight into coding different tools with Python 3 now even though I'm going to explain

37
00:02:34,120 --> 00:02:36,140
some of the basics throughout our code.

38
00:02:36,220 --> 00:02:41,410
It would still be best for you if you would take a Python 3 separate course and I will also have some

39
00:02:41,410 --> 00:02:46,020
of my recommendations for Python 3 courses in the resources of this lecture.

40
00:02:46,420 --> 00:02:48,750
So without further ado thank you for enrolling.

41
00:02:48,790 --> 00:02:50,380
And let's not make this any longer.

42
00:02:50,470 --> 00:02:52,150
And let's get straight into the course.
