Udemy - Python 201 for Hackers

seeders: 21
leechers: 9
updated:

Download Fast Safe Anonymous
movies, software, shows...

Files

[ CourseBoat.com ] Udemy - Python 201 for Hackers
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1. Introduction
    • 1. Welcome and course introduction.mp4 (26.1 MB)
    • 1. Welcome and course introduction.srt (9.5 KB)
    • 2. Setup on Windows.mp4 (39.9 MB)
    • 2. Setup on Windows.srt (5.1 KB)
    2. Python 201
    • 1. Decorators.mp4 (44.5 MB)
    • 1. Decorators.srt (8.9 KB)
    • 2. Generators.mp4 (33.1 MB)
    • 2. Generators.srt (8.0 KB)
    • 3. Serialization.mp4 (37.4 MB)
    • 3. Serialization.srt (7.5 KB)
    • 4. Closures.mp4 (20.8 MB)
    • 4. Closures.srt (6.1 KB)
    3. Object Oriented Programming
    • 1. Introduction.mp4 (15.1 MB)
    • 1. Introduction.srt (4.3 KB)
    • 2. Classes, Objects and Methods.mp4 (23.9 MB)
    • 2. Classes, Objects and Methods.srt (12.7 KB)
    • 3. Inheritance.mp4 (40.9 MB)
    • 3. Inheritance.srt (6.9 KB)
    • 4. Encapsulation.mp4 (30.9 MB)
    • 4. Encapsulation.srt (4.9 KB)
    • 5. Polymorphism.mp4 (25.4 MB)
    • 5. Polymorphism.srt (5.5 KB)
    • 6. Operator Overloading.mp4 (41.0 MB)
    • 6. Operator Overloading.srt (6.7 KB)
    • 7. Class Decorators.mp4 (56.7 MB)
    • 7. Class Decorators.srt (7.3 KB)
    4. The Windows API
    • 1. Introduction.mp4 (8.1 MB)
    • 1. Introduction.srt (1.9 KB)
    • 2. C Data Types and Structures.mp4 (94.1 MB)
    • 2. C Data Types and Structures.srt (13.4 KB)
    • 3. Interfacing with the Windows API.mp4 (134.8 MB)
    • 3. Interfacing with the Windows API.srt (16.2 KB)
    • 4. Undocumented API Calls.mp4 (145.9 MB)
    • 4. Undocumented API Calls.srt (15.6 KB)
    • 5. Direct Syscalls.mp4 (217.3 MB)
    • 5. Direct Syscalls.srt (22.3 KB)
    • 6. Execution from a DLL.mp4 (81.7 MB)
    • 6. Execution from a DLL.srt (10.1 KB)
    5. Extending Python
    • 1. BeautifulSoup.mp4 (104.0 MB)
    • 1. BeautifulSoup.srt (13.2 KB)
    • 2. Py2exe.mp4 (55.4 MB)
    • 2. Py2exe.srt (6.5 KB)
    • 3. Sockets.mp4 (96.5 MB)
    • 3. Sockets.srt (15.5 KB)
    • 4. Scapy.mp4 (137.6 MB)
    • 4. Scapy.srt (18.4 KB)
    • 5. Subprocess.mp4 (32.7 MB)
    • 5. Subprocess.srt (7.3 KB)
    • 6. Threading.mp4 (93.8 MB)
    • 6. Threading.srt (17.7 KB)
    • 7. Pycryptodome.mp4 (210.0 MB)
    • 7. Pycryptodome.srt (18.6 KB)
    • 8. Argparse.mp4 (20.8 MB)
    • 8. Argparse.srt (10.5 KB)
    6. Python Projects
    • 1. Project #1 - Remote DLL Injection.mp4 (216.7 MB)
    • 1. Project #1 - Remote DLL Injection.srt (16.0 KB)
    • 2. Project #2 - Process Creation and Shellcode Execution.mp4 (364.5 MB)
    • 2. Project #2 - Process Creation and Shellcode Execution.srt (28.7 KB)
    • 3. Project #3 - Keylogging a System.mp4 (248.1 MB)
    • 3. Project #3 - Keylogging a System.srt (19.7 KB)
    • 4. Project #4 - Buffer Overflow.mp4 (46.9 MB)
    • 4. Project #4 - Buffer Overflow.srt (6.0 KB)
    • 5. Project #5 - Encrypted Bind Shell.mp4 (182.8 MB)
    • 5. Project #5 - Encrypted Bind Shell.srt (23.5 KB)
    7. Extending Burp
    • 1. Introduction.mp4 (10.3 MB)
    • 1. Introduction.srt (3.6 KB)
    • 2. Custom Burp Extension.mp4 (180.5 MB)
    • 2. Custom Burp Extension.srt (31.1 KB)
    8. Debugging
    • 1. Introduction.mp4 (19.1 MB)
    • 1. Introduction.srt (5.5 KB)
    • 2. Debugging a Script.mp4 (18.9 MB)
    • 2. Debugging a Script.srt (12.1 KB)
    9. Closing
    • 1. Wrap Up and Next Steps.mp4 (6.0 MB)
    • 1. Wrap Up and Next Steps.srt (1.7 KB)
    • Bonus Resources.txt (0.4 KB)

Description

Python 201 for Hackers



https://CourseBoat.com

MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 37 lectures (7h 30m) | Size: 2.6 GB
Move beyond the Python 101 for Hackers basics and learn how to actively use Python as a Windows hacking tool
What you'll learn:
Move beyond the basics and learn how to actively use Python as a Windows security tool
Understanding more advanced Python programming concepts such as decorators, generators, serialization and closures
Learning how to identify and use Object Oriented Programming techniques and approaches within their Python scripts
Build upon introductory Python 101 concepts to create practical Windows applications such as keyloggers, encrypted bind shells and process injectors

Requirements
Patience and a willingness to learn
A computing environment (Windows, Linux, Mac) with at least 8GB of RAM and 20GB of disk space
Prior virtualization (Virtual Box) knowledge preferred
Prior Python programming knowledge (such as the syllabus covered in the Python 101 for Hackers course)

Description
The Python 201 for Hackers course builds upon the Python 101 for Hackers course by moving beyond the basics. You will learn more advanced programming concepts and techniques, with a focus on how to use and apply Python as a Windows hacking tool.

Prior Python programming knowledge is required to be successful in this course. The Python 201 for Hackers course content will not cover or explain introductory Python concepts or techniques.



Download torrent
3.1 GB
seeders:21
leechers:9
Udemy - Python 201 for Hackers


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
3.1 GB
seeders:21
leechers:9
Udemy - Python 201 for Hackers


Torrent hash: 72F0DA3149EC45459D55CB9DE87F711E844CB234