17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Learn Python & Ethical Hacking From Scratch
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
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 into 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 achieve a specific goal, the goal is usually to hack into a certain system! We’ll start by learning how this system work and its weaknesses, then you’ll lean how to write a python program to exploit these weaknesses and hack the system. 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:
Writing programs for 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 on any client connected to the network – see usernames, passwords, visited urls ….etc. Inject code in pages loaded by any computer connected to the same network. Replace files on the fly as they get downloaded by any computer on the same network. Detect ARP spoofing attacks. Bypass HTTPS. Create malware for Windows, OS X and Linux. Create trojans for Windows, OS X and Linux. Hack Windows, OS X and Linux using custom backdoor. Bypass Anti-Virus programs. Use fake login prompt to steal credentials. Display fake updates. Use own keylogger to spy on everything typed on a Windows & Linux. Learn the 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 all 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 shows usernames, passwords, visited links ….etc dns_spoofer – redirects DNS requests, eg: redirects requests to from one domain to another. file_interceptor – replaces intercepted files 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 all 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!
By the end of the course you’re going to have programming skills to write any program even if it has nothing to do with hacking, but you’ll learn programming by programming hacking tools!
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
Requirements
Basic IT knowledge No Linux, programming or hacking knowledge required. Computer with a minimum of 4GB ram/memory Operating System: Windows / OS X / Linux
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/02 - Writing a MAC Address Changer - Python Basics/002 Using Python Modules & Executing System Commands_en.srt
12.5 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/02 - Writing a MAC Address Changer - Python Basics/004 Variables & Strings_en.srt
12.8 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/02 - Writing a MAC Address Changer - Python Basics/007 Handling User Input_en.srt
12.3 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/02 - Writing a MAC Address Changer - Python Basics/008 Handling Command-line Arguments_en.srt
11.9 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/02 - Writing a MAC Address Changer - Python Basics/010 Python Functions_en.srt
12.8 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/02 - Writing a MAC Address Changer - Python Basics/013 Using Conditional Statements in MAC Changer_en.srt
11.5 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/02 - Writing a MAC Address Changer - Python Basics/external-assets-links.txt
689 B
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/03 - MAC Changer - Algorithm Design/003 Introduction to Regular Expressions (Regex)_en.srt
10.8 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/03 - MAC Changer - Algorithm Design/005 Refactoring & Housekeeping_en.srt
15.7 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/03 - MAC Changer - Algorithm Design/external-assets-links.txt
299 B
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/04 - Programming a Network Scanner/001 Introduction & Teaser_en.srt
12.7 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/04 - Programming a Network Scanner/003 Introduction to ARP_en.srt
12.3 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/04 - Programming a Network Scanner/006 Combining Frames To Broadcast Packets_en.srt
12 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/04 - Programming a Network Scanner/008 Introduction Lists in Python_en.srt
11.3 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/04 - Programming a Network Scanner/009 Iterating Over Lists & Analysing Packet_en.srt
12.9 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/04 - Programming a Network Scanner/011 Introduction to Dictionaries in Python_en.srt
13.5 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/04 - Programming a Network Scanner/012 Improving the Program Using a List of Dictionaries_en.srt
11.7 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/05 - Writing an ARP Spoofer/006 Introduction to Loops in Python_en.srt
11.4 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/05 - Writing an ARP Spoofer/007 More on Loops & Counters_en.srt
11.2 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/05 - Writing an ARP Spoofer/010 Implementing a Restore Function_en.srt
15 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/06 - Writing a Packet Sniffer/001 Sniffer.pdf
556.3 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/06 - Writing a Packet Sniffer/004 Analysing Sniffed Packets & Extracting Fields From Layers_en.srt
15.3 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/06 - Writing a Packet Sniffer/005 Analysing Fields & Extracting Passwords_en.srt
14.7 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/06 - Writing a Packet Sniffer/external-assets-links.txt
397 B
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/07 - Writing a DNS Spoofer/001 Intercepting Packets - Creating a Proxy_en.srt
16.3 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/07 - Writing a DNS Spoofer/002 Converting Packets to Scapy Packets_en.srt
11 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/08 - Writing a File Interceptor/002 Filtering Traffic Based on the Port Used_en.srt
11 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/08 - Writing a File Interceptor/004 Intercepting HTTP Requests_en.srt
12.1 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/08 - Writing a File Interceptor/005 Modifying HTTP Responses on The Fly_en.srt
13 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/08 - Writing a File Interceptor/006 Intercepting & Replacing Downloads on The Network_en.srt
12.9 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/08 - Writing a File Interceptor/external-assets-links.txt
87 B
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/09 - Writing a Code Injector/001 Introduction & Teaser_en.srt
1.7 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/09 - Writing a Code Injector/004 Decoding HTTP Responses_en.srt
12.2 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/09 - Writing a Code Injector/005 Modifying HTTP Responses & Injecting Javascript Code in HTML Pages_en.srt
10.6 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/09 - Writing a Code Injector/006 Refactoring & Housekeeping_en.srt
10.9 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/09 - Writing a Code Injector/008 Using Groups & None-capturing Regex_en.srt
11.1 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/09 - Writing a Code Injector/009 Recalculating Content Length_en.srt
13.7 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/09 - Writing a Code Injector/010 BeEF Overview & Basic Hook Method.mp4
148.4 MB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/09 - Writing a Code Injector/010 BeEF Overview & Basic Hook Method_en.srt
14.7 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/10 - Bypassing HTTPS/001 How to Bypass HTTPS.mp4
145.5 MB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/10 - Bypassing HTTPS/001 How to Bypass HTTPS_en.srt
12.8 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/10 - Bypassing HTTPS/004 Injecting Code in HTTPS Pages_en.srt
10.5 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/11 - Writing an ARP Spoof Detector/001 Running Python Programs on Windows_en.srt
12.6 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/12 - Writing Malware/002 Execute System Command Payload_en.srt
12.6 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/12 - Writing Malware/003 Sending Emails Using Python_en.srt
16 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/12 - Writing Malware/004 Filtering Command Output Using Regex_en.srt
13.1 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/12 - Writing Malware/005 Stealing WiFi Passwords Saved on a Computer_en.srt
12.8 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/12 - Writing Malware/007 Writing Files on Disk_en.srt
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/14 - Writing Malware - Backdoors/013 Sending Commands as List & Implementing Exit Command_en.srt
10.6 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/14 - Writing Malware - Backdoors/014 Interacting With the File System - Implementing cd Command_en.srt
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/14 - Writing Malware - Backdoors/021 Using the Backdoor to Hack Windows, Linux & OS X_en.srt
15.3 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/14 - Writing Malware - Backdoors/022 Testing The Backdoor With Python 3_en.srt
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/15 - Writing Malware - Packaging/014 Converting Python Programs To OS X Executables_en.srt
11.1 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/16 - Website Web Application Hacking/001 Introduction & Teaser.mp4
114.8 MB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/16 - Website Web Application Hacking/001 Website-Hacking.pdf
346.3 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/17 - Website Hacking - Writing a Crawler/001 Sending GET Requests To Web Servers_en.srt
11.6 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/17 - Website Hacking - Writing a Crawler/002 Discovering Website Subdomains Using Python_en.srt
13.2 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/17 - Website Hacking - Writing a Crawler/003 Discovering Hidden Paths in Websites_en.srt
12.9 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/17 - Website Hacking - Writing a Crawler/003 files-and-dirs-wordlist.txt
35 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/17 - Website Hacking - Writing a Crawler/008 Recursively Discovering All Paths On a Target Website_en.srt
12.2 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/18 - Writing a Program To Guess Login Information/001 Sending Post Requests to Websites_en.srt
14.2 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/18 - Writing a Program To Guess Login Information/002 Guessing Login Information on Login Pages_en.srt
11 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/19 - Writing a Vulnerability Scanner/004 Extracting HTML Attributes_en.srt
12 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/19 - Writing a Vulnerability Scanner/005 Posting Forms_en.srt
11.3 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/19 - Writing a Vulnerability Scanner/006 Building Basic Structure For a Vulnerability Scanner_en.srt
14.1 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/19 - Writing a Vulnerability Scanner/008 Sending Requests in a Session_en.srt
10.9 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/19 - Writing a Vulnerability Scanner/009 Extracting & Submitting Forms Automatically_en.srt
11.8 KB
[TutsNode.net] - Learn Python & Ethical Hacking From Scratch/19 - Writing a Vulnerability Scanner/011 Discovering XSS Vulnerabilities_en.srt