Search
Python for Hackers
Python allows hackers to quickly create or modify scripts to adapt to specific penetration testing scenarios.

Bypassing Next Generation Firewalls with fragtunnel
Welcome back, my aspiring cyberwarriors! A firewall is a critical component of network security that acts as a barrier between trusted...
4 min read
4,220 views


Python Basics for Hackers, Part 4: Building a Simple Encryption Algorithm in Python
Welcome back, my aspiring cyberwarriors! Cryptography is one of foundational technologies of cybersecurity. It helps to keep our...
4 min read
1,076 views


Python Basics for Hacker is Now Available for Pre-Order
Due to overwhelming demand from our students and readers, Python Basics for Hackers is now available for preorder. We estimate a...
1 min read
2,284 views

Python Basics: Programming Concepts
Welcome back, my aspiring cyberwarriors! To ascend to the status of cyberwarrior, you must have some basic programming capabilities. In...
6 min read
1,751 views


Python Basics for Hackers, Part 5: Creating a Web Site Scraper to Find Potential Passwords
Welcome back, my aspiring cyberwarriors! Creating password lists is a key element of a successful password cracking strategy. In nearly...
4 min read
7,017 views

Wi-Fi Hacking: Creating a Wi-Fi Scanner with Python and Scapy
Welcome back, my aspiring cyber warriors! Although there are numerous tools to hack Wi-Fi (802.11), to create your own tools you will...
4 min read
51,010 views


Python Scripting for Hackers, Part 1: Getting Started
Welcome back, my hacker novitiates! I began this series on scripting a while back to teach all aspiring hackers how to write some basic...
4 min read
60,679 views

Python Basics for Hackers, Part 4: How to Find the Exact Location of any IP Address
Welcome back, my aspiring cyberwarriors! As hackers, we instinctively want to know as much as possible. Among this desired information...
8 min read
48,253 views


Python Scripting for Hackers, Part 3: Building an FTP Password Cracking Tool
This is the third installment of my Python scripting series. If you haven't read the previous two articles, take some time now to go back...
4 min read
8,741 views


Python Scripting for Hackers, Part 2: Building a Banner Grabbing Tool
In an earlier tutorial, I introduced you to probably the most popular scripting language for hackers, Python. To become a professional...
5 min read
10,353 views