
Delve into Wi-Fi testing with Python, covering access points, MAC addresses, SSID, and channel, and trace essential frames like beacon, probe request and response, authentication, and association.
Backdoor a PE by using code caves to insert shellcode into unused space, hijack program flow with jumps, and avoid new section headers, illustrating cave mining and patching concepts.
Discover how to encrypt and decrypt shellcode at runtime, using a second cave as the decryption mechanism and a simple xor-based operation to recover the original code.
This course is 100% hands on for security developers or anyone interested in offensive security. In this course you will be able to create your own custom backdoor using python and control its sessions. You will also learn how to write Wifi pentesting tools with raw sockets. A hands on binary exploitation and backdooring PE is also covered.