About 374 results
Open links in new tab
  1. Ethical Hacking Tutorials - The Python Code

    Learn how to develop your own ethical hacking tools using Python, including password crackers, brute force scripts, information gathering tools, sniffing and much more.

  2. Web Security with Python EBook - Python Code

    Whether you're an aspiring penetration tester, a bug bounty hunter, or a developer looking to secure applications, this book is your practical guide to mastering ethical web hacking with …

  3. Ethical Hacking with Python EBook - Python Code

    Learn Ethical Hacking with Python by building more than 35 hacking projects, and snippets from scratch using Python.

  4. How to Crack Hashes in Python - The Python Code

    In this tutorial, we'll explore a simple Python script that demonstrates a brute-force approach to cracking cryptographic hashes with a wordlist using the hashlib library in Python.

  5. Packet Manipulation Using Scapy Tutorials - The Python Code

    Discover how to uncover hidden Wi-Fi networks using Python and Scapy. This tutorial debunks the security myth of hidden SSIDs and guides you through setting up your adapter in monitor …

  6. How to Make a Keylogger in Python - The Python Code

    In this hands-on tutorial, you will learn how to write a keylogger in Python from scratch. By gaining an in-depth understanding of the programming concepts and techniques involved, you will be …

  7. How to Build a WiFi Scanner in Python using Scapy

    Building a Wi-Fi scanner in Python using Scapy that finds and displays available nearby wireless networks and their MAC address, dBm signal, channel and encryption type.

  8. How to Make a Login Password Guesser in Python

    Master the art of ethical hacking with this hands-on tutorial on creating a Python-based login password guesser using brute-force techniques. Designed for educational purposes, this guide …

  9. Crafting Dummy Packets with Scapy Using Python

    Creating dummy packets in Python using Scapy is a powerful technique that enables network and cybersecurity professionals to simulate network traffic, test firewall rules, understand packet …

  10. How to Perform IP Address Spoofing in Python

    Master IP spoofing with Python: Dive into crafting fake IP addresses to test network security. Utilize Scapy and Faker in a hands-on tutorial to send spoofed ICMP packets, complete with …