Posts in "hacking" Category

Understanding WiFi Security: A Guide to Aircrack-ng

Understanding WiFi Security: A Guide to Aircrack-ng

Introduction Legal Disclaimer: This guide is provided for educational purposes only. All techniques, tools, and information described herein are intended solely for use in authorized testing and research on networks for which you have explicit permission to test. Unauthorized...
aircrack hacking
Creating a High-Performance C++ Port Scanner with Boost

Creating a High-Performance C++ Port Scanner with Boost

Intro I wanted to sharpen my C++ networking skills and thought of no better project then a asynchronous port scanner. In this blog post, I’ll walk you through some of the key components of the code responsible for handling asynchronous connections. To see the whole codebase pl...
coding c++ hacking