Master Ethical Hacking with Python by building 35+ Tools from scratch. Get your copy now!
Download EBookLearn how to develop your own ethical hacking tools using Python, including password crackers, brute force scripts, information gathering tools, sniffing and much more.
Learn how to build a phone number tracker in Python using phonenumbers, OpenCage and folium libraries.
Learn how to crack hashes using Python's hashlib library and a brute-force approach with a wordlist. Gain insights into various hashing algorithms and understand the importance of secure data handling.
Learn how you can convert an IP address into a geographic location using IPInfo service and its wrapper in Python.
Learn how you can extract DNS information of a domain name such as nameservers, IP addresses, email services and more using dnspython library in Python.
Learn how to build a ransomware using symmetric encryption (AES algorithm) with the help of cryptography library in Python.
Learn how to make a password generator in Python with the ability to choose the length of each character type using the built-in random, string and argparse modules.
Learn how you can make a DHCP listener by sniffing DHCP packets in the network using the Scapy library in Python.
Learn how you can inject Javascript, HTML or CSS to HTTP response packets in a spoofed network using Scapy and NetfilterQueue in Python.
Learn how you to make a MAC address changer in Windows and Linux using the subprocess module in Python.
Learn how you can extract Wi-Fi passwords that are saved in your machine (either Windows or Linux) using Python without installing any third-party library.
Learn how to extract Google Chrome browser saved cookies and decrypt them on your Windows machine in Python.
Learn how to use mitmproxy framework to build HTTP proxies using Python
Learn how to use Shodan API to make a script that searches for public vulnerable servers, IoT devices, power plants and much more using Python.
Learn how to extract and decrypt Google Chrome browser saved passwords using Python with the help of sqlite3 and other modules.
Learn how to use Scapy library in Python to perform a TCP SYN Flooding attack, which is a form of denial of service attacks.
Learn how to validate domain names using WHOIS, as well as getting domain name information such as domain registrar, creation date, expiration date and more in Python.