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: nmap method: ==================== Scripts using IP address: ==================== Socket method: nmap method: Menu: Python port scanner nmap and sockets: 0:00 This is a journey: 0:20 Sockets on Windows: 1:09 Download and install Python: 1:40 Run python socket port scanner: 2:40 Test against a web server: 4:07 Timeout to check connection: 5:00 Kali Linux example: 5:25 Test sockets Python script on Kali Linux: 6:06 Catching mistakes: 6:42 Sockets Python Code: 7:08 nmap scrip
Back to Top