How Nmap really works // And how to catch it // Stealth scan vs TCP scan // Wireshark analysis

Chris and I go deep into what Nmap is actually sending onto the network and how you can find those dodgy packets! We then get into a real world Wireshark discussion on how to find stuff in a sea of packets. // MENU // 0:00 ▶️ Welcome 2:15 ▶️ What is Nmap? 3:54 ▶️ TCP… Continue reading How Nmap really works // And how to catch it // Stealth scan vs TCP scan // Wireshark analysis

Is this an attack? Wireshark Packet analysis // SYN Attack

Legit TCP flows or hacking attacks? Can Wireshark help us to decode the flows and see if the traffic is malicious? // WIRESHARK FILE // Download here: https://www.dropbox.com/s/pvytdvkvxl8… // MAXMIND // How to: https://wiki.wireshark.org/HowToUseGeoIP Maxmind: https://www.maxmind.com/en/home // MY STUFF // https://www.amazon.com/shop/davidbombal // SOCIAL // ================ Connect with me: ================ Discord: http://discord.davidbombal.com ​ Twitter: https://www.twitter.com/davidbombal​ Instagram:… Continue reading Is this an attack? Wireshark Packet analysis // SYN Attack

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.py nmap method: https://github.com/davidbombal/red-python-scripts/blob/main/nmap_port_scanner.py ==================== Scripts using IP address: ==================== Socket method: https://github.com/davidbombal/red-python-scripts/blob/main/port_scanner_ip_obj.py nmap method: https://github.com/davidbombal/red-python-scripts/blob/main/nmap_port_scanner_ip_obj.py Menu: Python port scanner nmap and sockets:… Continue reading Python nmap port scanner