https://i.imgur.com/AsZq8Hm.png

Learn Python & Ethical Hacking From Scratch | Udemy [Update 09/2023]
English | Size: 18.9 GB
Genre: eLearning[/center]

Write 20+ hacking programs to learn hacking and programming at the same time | No prior knowledge required

What you'll learn
180+ videos (25 hours) on Python programming & ethical hacking
Write over 20 hacking and security programs
Learn 2 topics at the same time - Python programming & Ethical Hacking
No programming, hacking or Linux knowledge required
Write programs in Python 2 and 3
Write cross platform programs that work on Windows, Apple Mac OS & Linux
Have a deep understanding on how computer systems work
Install hacking lab & needed software (on Windows, Apple Mac OS and Linux)
Start from 0 up to a high-intermediate level
Learn by example, by writing exciting programs
Model problems, design solutions & implement them using Python
Have a strong base & use the skills learned to write any program even if its not related to hacking
Understand what is Hacking, what is Programming, and why are they related
Design a testing lab to practice hacking & programming safely
Interact & use the Linux terminal
Understand what MAC address is & how to change it
Write a python program to change MAC address
Use Python modules and libraries
Understand Object Oriented Programming
Write object oriented programs
Model & design extendable programs
Write a program to discover devices connected to the same network
Read, analyse & manipulate network packets
Understand & interact with different network layers such as ARP, DNS, HTTP ....etc
Write a program to redirect the flow of packets in a network (ARP spoofer)
Write a packet sniffer to filter interesting data such as usernames and passwords
Write a program to redirect DNS requests (DNS Spoofer)
Intercept and modify network packets on the fly
Write a program to replace downloads requested by any computer on the network
Analyse & modify HTTP requests and responses
Inject code in HTML pages loaded by computers on the same network
Downgrade HTTPS to HTTP
Write a program to detect ARP Spoofing attacks
Write payloads to download скачать a file, execute command, download скачать & execute, download скачать execute & report .....etc
Use sockets to send data over TCP
Send data reliably over TCP
Write client-server programs
Write a backdoor that works on Windows, Apple Mac OS and Linux
Implement features in the backdoor such as file system access, upload and download скачать files and persistence
Write a remote keylogger that can register all keystrikes and send them by Email
Interact with files using python (read, write & modify)
Convert python programs to binary executables that work on Windows, OS X and Linux
Convert malware to torjans that work and function like other file types like an image or a PDF
Bypass Anti-Virus Programs
Understand how websites work, the technologies used and how to test them for weaknesses
Send requests towebsites and analyse responses
Write a program that can discover hidden paths in websites
Write a program that can map websites and discover all links, subdomains, files and directories
Extract and submit forms using python
Run dictionary attacks and guess login information on login pages
Analyse HTML using Python
Interact with websites using Python
Write a program that can discover vulnerabilities in websites

Welcome to my comprehensive course on python programming and ethical hacking. The course assumes you have NO prior knowledge in any of these topics, and by the end of it you'll be at a high intermediate level being able to combine both of these skills to write python programs to hack computer systems exactly the same way that black hat hackers do. That's not all, you'll also be able to use the programming skills you learn to write any program even if it has nothing to do with hacking.

This course is highly practical but it won't neglect the theory, we'll start with basics of ethical hacking and python programming and installing the needed software. Then we'll dive and start programming straight away. You'll learn everything by example, by writing useful hacking programs, no boring dry programming lectures.

The course is divided into a number of sections, each aims to hack a specific system!  You'll first learn how this system works and its weaknesses, then you'll lean how to write a python program to exploit these weaknesses and hack it. As we write the program I will teach you python programming from scratch covering one topic at a time. By the end of the course you're going to have a number of ethical hacking programs written by yourself (see below) from backdoors, keyloggers, credential harvesters, network hacking tools, website hacking tools and the list goes on. You'll also have a deep understanding on how computer systems work, how to model problems, design an algorithm to solve problems and implement the solution using python .

As mentioned in this course you will learn both ethical hacking and programming at the same time, here are some of the topics that will be covered in the course:

Programming topics:

Programming in python 2 and 3.

Using modules and libraries.

Variables, types, etc.

Handling user input.

Reading and writing files .

Functions .

Loops .

Data structures.

Regex.

Decision making.

Recursion.

Threading.

Object oriented programming.

Packet manipulation using scapy.

Netfilterqueue.

Socket programming.

String manipulation.

Exceptions.

Serialisation.

Compiling programs to binary executables.

Sending & receiving HTTP requests.

Parsing HTML.

+ more!

Hacking topics:

Basics of network hacking / penetration testing .

Changing MAC address & bypassing filtering .

Network mapping.

ARP Spoofing - redirect the flow of packets in a network.

DNS Spoofing - redirect requests from one website to another.

Spying network devices / clients.

Analysing network traffic such as usernames, passwords, visited urls, etc.

Inject code in pages loaded by computerd connected to the same network.

Replace files on the fly as they get downloaded by computers on the same network.

Detect ARP spoofing attacks.

Bypass HTTPS.

Create malware for Windows, Apple Mac OS and Linux.

Create trojans for Windows, Apple Mac OS and Linux.

Hack Windows, Apple Mac OS and Linux using custom backdoors.

Bypass Anti-Virus programs.

Steal credentials using fake prompts .

Display fake updates .

Use own keylogger to spy on everything typed on Windows & Linux.

Basics of website hacking / penetration testing .

Discover subdomains .

Discover hidden files and directories in a website .

Run wordlist attacks to guess login information .

Discover and exploit XSS vulnerabilities .

Discover weaknesses in websites using own vulnerability scanner.

Programs you'll build in this course:

You'll learn all the above by implementing the following hacking programs

mac_changer - changes MAC Address to anything we want .

network_scanner - scans network and discovers the IP and MAC address of connected clients.

arp_spoofer - runs an ARP spoofing attack to redirect the flow of packets in the network allowing us to intercept data.

packet_sniffer - filters intercepted data and displays usernames, passwords, visited links, etc.

dns_spoofer - redirects DNS requests, eg: redirects requests to from one domain to another.

file_interceptor - Intercepts downloads and replaces them with any file we want .

code_injector - injects code in intercepted HTML pages.

arpspoof_detector - detects ARP spoofing attacks.

execute_command payload - executes a system command on the computer it gets executed on.

execute_and_report payload - executes a system command and reports result via email .

download скачать_and_execute payload - downloads a file and executes it on target system .

download скачать_execute_and_report payload - downloads a file, executes it, and reports result by email .

reverse_backdoor - gives remote control over the system it gets executed on, allows us to

Access file system.

Execute system commands .

download скачать & upload files.

keylogger - records key-strikes and sends them to us by email.

crawler - discovers hidden paths on a target website .

discover_subdomains - discovers subdomains on target website .

spider - maps the whole target website and discovers files, directories and links.

guess_login - runs a wordlist attack to guess login information.

vulnerability_scanner - scans a target website for weaknesses and produces a report with all findings .

As you build the above you'll learn:

Setting up a penetration testing lab to practice hacking safely.

Installing Kali Linux and Windows as virtual machines inside ANY operating system.

Linux Basics .

Linux terminal basics .

How networks work .

How clients communicate in a network.

Address Resolution Protocol - ARP .

Network layers.

Domain Name System - DNS .

Hypertext Transfer Protocol - HTTP .

HTTPS .

How anti-virus programs work .

Sockets.

Connecting devices over TCP .

Transferring data over TCP .

How website work .

GET & POST requests.

And more!

Checkout the curriculum and the course teaser for more info!

With this course you'll get 24/7 support, so if you have any questions you can post them in the Q&A section and we'll respond to you within 15 hours.

Notes:

This course is created for educational purposes only and all the attacks are launched in my own lab or against devices that I have permission to test.

This course is totally a product of Zaid Sabih & zSecurity, no other organisation is associated with it or a certification exam. Although, you will receive a Course Completion Certification from Udemy, apart from that NO OTHER ORGANISATION IS INVOLVED.

Who this course is for:
Anybody interested in learning Python programming
Anybody interested in learning ethical hacking / penetration testing

[align=center]https://i.imgur.com/yMNlxlr.png

download скачать FROM RAPIDGATOR

Код:
https://rapidgator.net/file/2dd5ebd4d91107f862d70013e832b5c3/UD-LearnPythonEthicalHackingFromScratch2023-9.part01.rar.html
https://rapidgator.net/file/2118c6f2e7709250b6dafff5c956ee2f/UD-LearnPythonEthicalHackingFromScratch2023-9.part02.rar.html
https://rapidgator.net/file/cef3382190a3f641acdd069ba82f0528/UD-LearnPythonEthicalHackingFromScratch2023-9.part03.rar.html
https://rapidgator.net/file/3429eb250ae22e329b044ed536594d72/UD-LearnPythonEthicalHackingFromScratch2023-9.part04.rar.html
https://rapidgator.net/file/1aee7bc09e5a071bbc4b7b7a9e5d8216/UD-LearnPythonEthicalHackingFromScratch2023-9.part05.rar.html
https://rapidgator.net/file/dbacd04ffd28136c6a0bf7bdbccd0a7e/UD-LearnPythonEthicalHackingFromScratch2023-9.part06.rar.html
https://rapidgator.net/file/569c3e225f32bc0e222b24d886183547/UD-LearnPythonEthicalHackingFromScratch2023-9.part07.rar.html
https://rapidgator.net/file/5cff48e7f6bac26b3c433d78ee67ea11/UD-LearnPythonEthicalHackingFromScratch2023-9.part08.rar.html
https://rapidgator.net/file/7111925eb73d97b29aba7cc915afc997/UD-LearnPythonEthicalHackingFromScratch2023-9.part09.rar.html
https://rapidgator.net/file/9ab8d396067baaa2cc53e2635c6ea274/UD-LearnPythonEthicalHackingFromScratch2023-9.part10.rar.html
https://rapidgator.net/file/2cbff31ccd9cf049c86498807e3010e6/UD-LearnPythonEthicalHackingFromScratch2023-9.part11.rar.html
https://rapidgator.net/file/242c00387834f6237e9544fecdd2[цензура]0/UD-LearnPythonEthicalHackingFromScratch2023-9.part12.rar.html
https://rapidgator.net/file/0b7c7232dd0d417f2cdd44687ddc446e/UD-LearnPythonEthicalHackingFromScratch2023-9.part13.rar.html
https://rapidgator.net/file/9acedfa92f1a063ab0a96911b25dc93a/UD-LearnPythonEthicalHackingFromScratch2023-9.part14.rar.html
https://rapidgator.net/file/99060735f828faa81623da6d37a88734/UD-LearnPythonEthicalHackingFromScratch2023-9.part15.rar.html
https://rapidgator.net/file/419a455035c175a4b5ff20909a78ef35/UD-LearnPythonEthicalHackingFromScratch2023-9.part16.rar.html
https://rapidgator.net/file/74ba078da907b3fcd43c5fdfb8628ce6/UD-LearnPythonEthicalHackingFromScratch2023-9.part17.rar.html
https://rapidgator.net/file/6f8cd439935fdfb94974fc49e1263711/UD-LearnPythonEthicalHackingFromScratch2023-9.part18.rar.html
https://rapidgator.net/file/3761897d17ea0f4a92330804a252f05b/UD-LearnPythonEthicalHackingFromScratch2023-9.part19.rar.html

download скачать FROM TURBOBIT

Код:
https://tbit.to/rj9owzgchfu6/UD-LearnPythonEthicalHackingFromScratch2023-9.part01.rar.html
https://tbit.to/8hqiudl6r2y1/UD-LearnPythonEthicalHackingFromScratch2023-9.part02.rar.html
https://tbit.to/s3yn8skaxu0v/UD-LearnPythonEthicalHackingFromScratch2023-9.part03.rar.html
https://tbit.to/zy5741f39ukh/UD-LearnPythonEthicalHackingFromScratch2023-9.part04.rar.html
https://tbit.to/9omg4cfebf8z/UD-LearnPythonEthicalHackingFromScratch2023-9.part05.rar.html
https://tbit.to/ejd9b2pvdnc5/UD-LearnPythonEthicalHackingFromScratch2023-9.part06.rar.html
https://tbit.to/c76pif78m4lg/UD-LearnPythonEthicalHackingFromScratch2023-9.part07.rar.html
https://tbit.to/t8b4lr4r38wm/UD-LearnPythonEthicalHackingFromScratch2023-9.part08.rar.html
https://tbit.to/580wu8q2csez/UD-LearnPythonEthicalHackingFromScratch2023-9.part09.rar.html
https://tbit.to/5fuv3tjxy91s/UD-LearnPythonEthicalHackingFromScratch2023-9.part10.rar.html
https://tbit.to/macgnpjtp5by/UD-LearnPythonEthicalHackingFromScratch2023-9.part11.rar.html
https://tbit.to/8m3o42635n28/UD-LearnPythonEthicalHackingFromScratch2023-9.part12.rar.html
https://tbit.to/oa5x7dfel1t8/UD-LearnPythonEthicalHackingFromScratch2023-9.part13.rar.html
https://tbit.to/ybpgfh1sfg8f/UD-LearnPythonEthicalHackingFromScratch2023-9.part14.rar.html
https://tbit.to/b6jydb7sdp90/UD-LearnPythonEthicalHackingFromScratch2023-9.part15.rar.html
https://tbit.to/u4c0qvtz2ql5/UD-LearnPythonEthicalHackingFromScratch2023-9.part16.rar.html
https://tbit.to/pksw8xlh1hpw/UD-LearnPythonEthicalHackingFromScratch2023-9.part17.rar.html
https://tbit.to/mskm94hrlz6b/UD-LearnPythonEthicalHackingFromScratch2023-9.part18.rar.html
https://tbit.to/shu3xxzmgsn1/UD-LearnPythonEthicalHackingFromScratch2023-9.part19.rar.html

If any links die or problem unrar, send request to

Код:
https://forms.gle/e557HbjJ5vatekDV9