[FreeTutorials.Us] [UDEMY] Hacking The Windows API With Python - Real Ethical Hacking [FTU]

Torrent Details


[FreeTutorials.Us] [UDEMY] Hacking the Windows API with Python - Real Ethical Hacking [FTU]

NAME
[FreeTutorials.Us] [UDEMY] Hacking the Windows API with Python - Real Ethical Hacking [FTU].torrent
CATEGORY
Other
INFOHASH
9933f7ed93c670fb60cc3df497effc32a38cd8dc
SIZE
1.6 GB in 69 files
ADDED
Uploaded on 12-01-2020 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

For More Udemy Free Courses >>> https://freetutorials.us/
For more Lynda and other Courses >>> https://www.freecoursesonline.me/
Forum for discussion >>> https://1hack.us/



Learn how Hackers Break Windows with Python by using the Windows API

HIGHEST RATED

Created by : Brandon Dennis
Last updated : 6/2019
Language : English
Caption (CC) : Included
Torrent Contains : 74 Files, 9 Folders
Course Source : https://www.udemy.com/course/hacking-the-windows-api-with-python/

What you'll learn

• Build Custom Security Tools
• Interact With Windows Internal Documented & Undocumented API Calls
• Build a Professional Security Portfolio
• Solid Understanding of Windows Internals
• Compile Python to EXE
• Understanding of Internal Windows Structures
• Impersonating Other Users via Abused Processes
• Ability to destroy a Windows Process internally
• Crushing Processes via Token Smashing

Course content
all 20 lectures 02:50:56

Requirements

• Basic Python
• Basic Windows
• Any Machine with at least 4GB of Memory (RAM)

Description

Welcome to the FIRST complete guide to Hacking Windows API With Python! A lot of other Python Hacking courses will just teach you how to hack or attack target systems. We teach how to actually build your own Custom Tools and start a Professional Portfolio that will boost your career!

This course not only teaching you how to use python to abuse windows but also how windows API calls actually work! This will help you in any language when looking at the windows API. While going through the course you will be exposed to how Windows really works under the hood! This will provide you much better insight on how Windows works as well as some more advanced topics.

Topics to expect:

• Learning Windows APIs & How They Work

• How to use Windows API Calls in Python

• Windows Internal Complex Structures

• Windows Access Tokens

• Windows Handles

• How Processes work and pass data

• Crushing Processes via Token Smashing

• Creating Custom Tools

• Building a Professional Portfolio

• Impersonating Other Users via Abused Processes

• Compiling Python to Windows PE/exe

Students should have basic familiarity with Python.

These are only SOME of the topics covered in this course. Of course you will receive 24 hour support via Q/A of the course.

Don't wait! Take your career to the next level with the Full Guide on Hacking The Windows API With Python.

Who this course is for :

• Anyone Curious about Ethical Hacking, Penetration Testing or Red Teaming
• Anyone who wants to make a career move into Ethical Hacking from another field
• Anyone who wants to learn how custom malware is made
• Anyone who wants to learn how to abuse the Windows API Internals.



Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
0. Websites you may like/How you can help Team-FTU.txt229 B
1. Introduction/1. Introduction.mp47.8 MB
1. Introduction/1. Introduction.vtt1.1 KB
2. Setting Up/1. Setting Up Your Professional Portfolio.mp426 MB
2. Setting Up/1. Setting Up Your Professional Portfolio.vtt6.9 KB
2. Setting Up/1.1 Github.html80 B
2. Setting Up/2. Installing Python & Tools on Windows.mp4105.1 MB
2. Setting Up/2. Installing Python & Tools on Windows.vtt6.3 KB
2. Setting Up/2.1 Python 3.html94 B
2. Setting Up/2.2 Dependency Walker.html93 B
2. Setting Up/2.3 VirtualBox.html102 B
2. Setting Up/2.4 Installing Windows in Virtualbox Tutorial.html152 B
2. Setting Up/2.5 Process Explorer.html133 B
2. Setting Up/2.6 PsExec.html123 B
2. Setting Up/2.7 Windows 10 ISO.html123 B
2. Setting Up/2.8 Notepad++.html109 B
3. Windows API Overview/1. Windows Internals.mp429.6 MB
3. Windows API Overview/1. Windows Internals.vtt9.8 KB
3. Windows API Overview/1.1 Processes & Threads.html142 B
3. Windows API Overview/1.2 Windows API.html102 B
3. Windows API Overview/1.3 Thread Pooling.html133 B
3. Windows API Overview/2. The Windows API Call.mp482.9 MB
3. Windows API Overview/2. The Windows API Call.vtt14.9 KB
3. Windows API Overview/2.1 Dependency Walker.html110 B
3. Windows API Overview/2.2 Window API Docs.html144 B
4. The API Basics & Hooking Into A Windows Process/1. Hello World Windows API Style.mp4103.2 MB
4. The API Basics & Hooking Into A Windows Process/1. Hello World Windows API Style.vtt17.2 KB
4. The API Basics & Hooking Into A Windows Process/1.1 Python3 Tutorial.html100 B
4. The API Basics & Hooking Into A Windows Process/1.2 Windows API Error Codes.html142 B
4. The API Basics & Hooking Into A Windows Process/1.3 HelloWorld.py.py744 B
4. The API Basics & Hooking Into A Windows Process/1.4 Ctypes Reference.html129 B
4. The API Basics & Hooking Into A Windows Process/2. Gaining a Handle to a Windows Process.mp4119.4 MB
4. The API Basics & Hooking Into A Windows Process/2. Gaining a Handle to a Windows Process.vtt15.6 KB
4. The API Basics & Hooking Into A Windows Process/2.1 OpenProcHandle.py.py860 B
4. The API Basics & Hooking Into A Windows Process/3. First Project - ProcKiller.mp415.1 MB
4. The API Basics & Hooking Into A Windows Process/3. First Project - ProcKiller.vtt4.1 KB
4. The API Basics & Hooking Into A Windows Process/4. First Project - ProcKiller - Walkthrough.mp4177.4 MB
4. The API Basics & Hooking Into A Windows Process/4. First Project - ProcKiller - Walkthrough.vtt22.2 KB
4. The API Basics & Hooking Into A Windows Process/4.1 ProcKiller.py.py1.8 KB
5. More Advanced Windows API Calls/1. Windows Internal Structures.mp472.1 MB
5. More Advanced Windows API Calls/1. Windows Internal Structures.vtt10.8 KB
5. More Advanced Windows API Calls/2. Spawning a Process.mp4137.5 MB
5. More Advanced Windows API Calls/2. Spawning a Process.vtt15.1 KB
5. More Advanced Windows API Calls/2.1 SpawnProc.py.py2.6 KB
5. More Advanced Windows API Calls/3. Undocumented API Calls.mp477.1 MB
5. More Advanced Windows API Calls/3. Undocumented API Calls.vtt10.7 KB
5. More Advanced Windows API Calls/3.1 UndocumentedDNSCall.py.py1.4 KB
6. Abusing Windows Tokens/1. What are Token Privileges.mp451.6 MB
6. Abusing Windows Tokens/1. What are Token Privileges.vtt4.9 KB
6. Abusing Windows Tokens/1.1 Token Privileges.html138 B
6. Abusing Windows Tokens/2. Opening a Processes Access Token.mp492.4 MB
6. Abusing Windows Tokens/2. Opening a Processes Access Token.vtt9.7 KB
6. Abusing Windows Tokens/2.1 OpenToken.py.py2.7 KB
6. Abusing Windows Tokens/3. Checking a Processes Token Privileges.mp4199.9 MB
6. Abusing Windows Tokens/3. Checking a Processes Token Privileges.vtt18.1 KB
6. Abusing Windows Tokens/3.1 CheckTokenPrivs.py.py5.1 KB
6. Abusing Windows Tokens/4. Modifying a Processes Token Privileges.mp4140.7 MB
6. Abusing Windows Tokens/4. Modifying a Processes Token Privileges.vtt13.8 KB
6. Abusing Windows Tokens/4.1 ModifyTokenPrivs.py.py6.1 KB
6. Abusing Windows Tokens/5. Second Project - Impersonation Tool.mp418.5 MB
6. Abusing Windows Tokens/5. Second Project - Impersonation Tool.vtt3.8 KB
6. Abusing Windows Tokens/6. Second Project - Impersonation Tool Walkthrough.mp4124.5 MB
6. Abusing Windows Tokens/6. Second Project - Impersonation Tool Walkthrough.vtt12.7 KB
6. Abusing Windows Tokens/6.1 Impersonate.py.py9.4 KB
7. Compiling Python to PEEXE/1. Compiling Python to an EXE.mp423.3 MB
7. Compiling Python to PEEXE/1. Compiling Python to an EXE.vtt3.1 KB
8. Congratulations!/1. Congratulations!.mp45.1 MB
8. Congratulations!/1. Congratulations!.vtt889 B
8. Congratulations!/1.1 RedTeam Blueprint.html105 B

Alternative Torrents for 'FreeTutorials.Us UDEMY Hacking Windows API with Python Real Ethical Hacking FTU'.

There are no alternative torrents found.