This is from TCMSecurity. The course is Python 201 for hackers. The instructor is Riley Kidd aka. Neutr, he holds a number of certifications including OSCP, OSCE, OSED, CRTO, CEH, CISA, CISSP, CREST CRT and CREST CCT. He has also completed a Bachelor of Software Engineering degree with honours from the Australian National University.
Follow Riley on Social Media:
LinkedIn
Twitter
YouTube
Personal
This Github Repo is made by OffensiveDroid and most of the files in Python201, OOP, Extending Python are not derived from the course itself. These are made by me and some from ChatGPT since i got bored trying to type everything lmao.
- Classes, Objects, Methods
- Inheritance
- Encapsulation
- Polymorphism
- Operator Overloading
- Class Decorators
- C Data Types and Structures
- Interfacing with the Windows API
- Undocumented API Calls
- Direct Syscalls
- Execution from a DLL
- Project #1 - Remote DLL Injection
- Project #2 - Process Creation and Shellcode Execution (pt1)
- Project #2 - Process Creation and Shellcode Execution (pt2)
- Project #3 - Keylogging a System
- Project #4 - Buffer Overflow
- Project #5 - Encrypted Bind Shell