
Kali Linux WiFi Alfa Adapter Fix
Fix Kali Linux drivers for Alfa AWUS036NHA, Alfa AWUS036ACM and Alfa AWUS036ACH adapters (and others).Recommended Adapters: Alfa AWUS036NHA: https://amzn.to/3wnyVen Alfa AWUS036ACM: https://amzn.to/3fCL4WT Alfa AWUS036ACH: https://amzn.to/3rLAjny or https://amzn.to/2PxkkMVOthers: Alfa AWUS1900: https://amzn.to/31E0AtH...

Python nmap port scanner
Learn how to create both a Python sockets and a Python nmap port scanner. These are the beginning of a journey into Python Ethical hacking.================Scripts using regex:================Socket method: https://github.com/davidbombal/red-python-scripts/blob/main/port_scanner_regex.pynmap method:...