Black Hat Python for Pentesters and Hackers
Course

Black Hat Python for Pentesters and Hackers

Packt Admin
Updated Dec 20, 2019

When it comes to offensive security, your ability to create powerful tools on the fly is indispensable. Python is fast becoming the programming language of choice for hackers, reverse engineers, and software testers because it's easy to write quickly, and it has the low-level support and libraries that make hackers happy.  

In this course, you’ll explore the darker side of Python’s capabilities—writing network sniffers, manipulating packets, infecting virtual machines, creating stealthy trojans, and more. This course starts from scratch and provides the latest tools and techniques available for Pentesting using Python scripts. We’ll show you the concepts and how to implement hacking tools and techniques such as debuggers, fuzzers, and emulators. You’ll detect sandboxing and automate com-mon malware tasks, such as keylogging and screenshotting.  

You’ll be able to escalate Windows privileges with creative process control, use offensive memory forensics tricks to retrieve password hashes, and inject shellcode into a virtual machine. Later, you’ll learn to extend the popular Burp Suite web-hacking tool, abuse Windows COM automation to perform a man-in-the browser attack, and exfiltrate data from a network most sneakily.  

After completing this course, you’ll understand how to use Python scripts for penetration testing.   


Target Audience 

This course is for pentesters and security enthusiasts who'd like write code in Python to protect against offensive penetration testing and protect their systems from malwares to harden their security. Basic familiarity with Python is assumed.  


Business Outcomes 

  • Write and implement Python Scripts to Pentest Linux and Windows Machines 
  • Bypass the security mechanisms of the target machine to get access to services 
  • Perform with the help of various Python examples