PluralSight - Specialized Exploits - Windows And Linux x32 Shellcode

Torrent Details


PluralSight - Specialized Exploits - Windows and Linux x32 Shellcode

NAME
PluralSight - Specialized Exploits - Windows and Linux x32 Shellcode.torrent
CATEGORY
Other
INFOHASH
818c8ec26f3ee7c017ad6673ab1d5b1888b953b8
SIZE
178 MB in 40 files
ADDED
Uploaded on 21-03-2024 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

[ FreeCourseWeb.com ] Specialized Exploits: Windows and Linux x32 Shellcode



If You Need More Stuff, kindly Visit and Support Us -->> https://FreeCourseWeb.com







Released 3/2024

MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch

Level: Intermediate | Genre: eLearning | Language: English + vtt | Duration: 1h 14m | Size: 183 MB



This course will teach you the essential skills required to craft Linux and Windows x86 shellcode, harnessing them using basic C/C# and PowerShell code.



Understanding the intricacies of system vulnerabilities and mastering exploit techniques is crucial in the cybersecurity field. Understanding the anatomy of shellcode gives you the edge when it comes to offensive security, defensive security, and malware analysis. In this course, Specialized Exploits: Windows and Linux x32 Shellcode, you’ll learn to craft sophisticated Linux and Windows x86 shellcode, for 32-bit systems, using fundamental C/C# and PowerShell code as a basic harness to inject the shellcode into memory. First, you’ll explore x86 assembly language essentials for writing shellcode. You'll be given an overview of x86 architecture, exploring memory structures, the role and usage of general-purpose registers, and fundamental calling conventions. Next, you’ll discover how you can leverage Linux syscalls to write a reverse shell in x86 assembly. You'll also be given the fundamental knowledge needed to developing creative strategies for avoiding bad characters in your code. Finally, you’ll learn how to leverage these skills and transfer what you have learned into crafting Windows 32-bit shellcode. Here you'll turn your skills up a notch as you discover how to write position-independent code, find the base-address of Win32 modules, resolve symbols, and call Win32 APIs by virtual memory address. When you’re finished with this course, you’ll have the skills and knowledge of writing shellcode for Linux and Windows. This is essential learning to take you to the next level of offensive security, preparing you for more advanced shellcode injection techniques and developing 64-bit shellcode. Whether you are a red or blue team specialist understanding and leveraging shellcode is an exciting topic to master.



Homepage



If You Need More Stuff, kindly Visit and Support Us -->> https://DevCourseWeb.com



Get More Tutorials and Support Us -->> https://CourseWikia.com



We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...



Image error



Image error

Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
~Get Your Files Here !/04. Windows x86 Shellcode/01. Demo - WinDbg Preview and Workflow.mp47.9 MB
~Get Your Files Here !/04. Windows x86 Shellcode/01. Demo - WinDbg Preview and Workflow.vtt4.7 KB
~Get Your Files Here !/04. Windows x86 Shellcode/02. Position Independent Code.mp44.3 MB
~Get Your Files Here !/04. Windows x86 Shellcode/02. Position Independent Code.vtt4.4 KB
~Get Your Files Here !/04. Windows x86 Shellcode/03. Finding Kernel32.mp413.4 MB
~Get Your Files Here !/04. Windows x86 Shellcode/03. Finding Kernel32.vtt7.5 KB
~Get Your Files Here !/04. Windows x86 Shellcode/04. Resolving Symbols.mp418.5 MB
~Get Your Files Here !/04. Windows x86 Shellcode/04. Resolving Symbols.vtt9.7 KB
~Get Your Files Here !/04. Windows x86 Shellcode/05. Finding VMAs.mp48 MB
~Get Your Files Here !/04. Windows x86 Shellcode/05. Finding VMAs.vtt4.4 KB
~Get Your Files Here !/04. Windows x86 Shellcode/06. Win32 APIs.mp49.6 MB
~Get Your Files Here !/04. Windows x86 Shellcode/06. Win32 APIs.vtt6.3 KB
~Get Your Files Here !/04. Windows x86 Shellcode/07. ws2_32.dll.mp46.2 MB
~Get Your Files Here !/04. Windows x86 Shellcode/07. ws2_32.dll.vtt6.2 KB
~Get Your Files Here !/04. Windows x86 Shellcode/08. Demo - ws2_32.dll.mp413.2 MB
~Get Your Files Here !/04. Windows x86 Shellcode/08. Demo - ws2_32.dll.vtt6.5 KB
~Get Your Files Here !/04. Windows x86 Shellcode/09. CreateProcessA.mp411.4 MB
~Get Your Files Here !/04. Windows x86 Shellcode/09. CreateProcessA.vtt8.5 KB
~Get Your Files Here !/04. Windows x86 Shellcode/10. C# Harness.mp48 MB
~Get Your Files Here !/04. Windows x86 Shellcode/10. C# Harness.vtt5.6 KB
~Get Your Files Here !/1. Course Overview/1. Course Overview.mp43.9 MB
~Get Your Files Here !/1. Course Overview/1. Course Overview.vtt2.3 KB
~Get Your Files Here !/2. x86 Assembly RefresherPrimer/1. X86 32 Architecture.mp45.1 MB
~Get Your Files Here !/2. x86 Assembly RefresherPrimer/1. X86 32 Architecture.vtt4.7 KB
~Get Your Files Here !/2. x86 Assembly RefresherPrimer/2. Memory and CPU Registers.mp410.4 MB
~Get Your Files Here !/2. x86 Assembly RefresherPrimer/2. Memory and CPU Registers.vtt9.3 KB
~Get Your Files Here !/2. x86 Assembly RefresherPrimer/3. X86 Calling Conventions.mp45.3 MB
~Get Your Files Here !/2. x86 Assembly RefresherPrimer/3. X86 Calling Conventions.vtt5.1 KB
~Get Your Files Here !/2. x86 Assembly RefresherPrimer/4. Demo - Just Enough Assembly.mp419.7 MB
~Get Your Files Here !/2. x86 Assembly RefresherPrimer/4. Demo - Just Enough Assembly.vtt10.1 KB
~Get Your Files Here !/3. Linux x86 Shellcode/1. Demo - Reverse Shell in C.mp48.9 MB
~Get Your Files Here !/3. Linux x86 Shellcode/1. Demo - Reverse Shell in C.vtt7.5 KB
~Get Your Files Here !/3. Linux x86 Shellcode/2. Reverse Shell in x86 Assembly.mp48 MB
~Get Your Files Here !/3. Linux x86 Shellcode/2. Reverse Shell in x86 Assembly.vtt6.8 KB
~Get Your Files Here !/3. Linux x86 Shellcode/3. Demo - Reverse Shell in x86 Assembly.mp410 MB
~Get Your Files Here !/3. Linux x86 Shellcode/3. Demo - Reverse Shell in x86 Assembly.vtt5.8 KB
~Get Your Files Here !/3. Linux x86 Shellcode/4. Demo - C Harness.mp45.9 MB
~Get Your Files Here !/3. Linux x86 Shellcode/4. Demo - C Harness.vtt4.8 KB
~Get Your Files Here !/Bonus Resources.txt386 B
~Get Your Files Here !/playlist.m3u1 KB

Alternative Torrents for 'PluralSight Specialized Exploits Windows and Linux Shellcode'.

There are no alternative torrents found.