• Post category:StudyBullet-8
  • Reading time:4 mins read


Hack with Python

What you will learn

Python programming

Create nmap with Python

Create hydra with Python

Create a keylogger with Python

Description

In this course you will build Hacking Scripts with Python. You will create your own version of programs typically used for hacking like nmap (port scanner), hydra (brute force) and a keylogger. It is a programming course with a focus on hacking.  The tools you make in this course, can be used as alternative to existing tools. Of course, you can also create tools that don’t exist yet.

The course also covers the Python programming language. You will learn the basics of Python programming, but it doesn’t cover advanced topics like classes and inheritance. Instead, it has a focus on hacking tools. It teaches you basics like functions, statements and so on. You will learn how to create your own port scanner, your own brute force scripts and to create a key logger. But besides that, you should have enough knowledge to create your own tools.


Get Instant Notification of New Courses on our Telegram channel.


If you are a beginner ethical hacker and want to learn Python or if you want to make your own Hacking Tools, this course is for you. It teaches you how to do that from the basics. By the end of this course, you will be able to do Python programming, to create your own hacking tools and to port existing ones to Python

English
language

Content

Introduction

Introduction

Python

How to run Python code
First Python program
Variables
Variables Exercise
Control Flow
For Loop Exercise
Functions
Functions Exercise
Modules

Python Hacking Scripts

Practice Exercise
Port Scanner
SSH Brute Forcer
Keylogger
More Scripts