Tag

host discovery

0 views collected around this technical thread.

Ops Development Stories
Ops Development Stories
Aug 18, 2021 · Information Security

Master Host Discovery & Port Scanning with Scapy: TCP SYN Ping to Traceroute

This tutorial explains how to perform host discovery and various port‑scanning techniques—including TCP SYN, ACK, UDP, ARP, and ICMP pings—as well as service discovery scans (SYN, FIN, NULL, Xmas, UDP) and traceroute methods using Scapy, complete with code examples and interpretation of results.

Scapyhost discoverynetwork security
0 likes · 22 min read
Master Host Discovery & Port Scanning with Scapy: TCP SYN Ping to Traceroute
Ops Development Stories
Ops Development Stories
May 26, 2021 · Information Security

Scapy Host Discovery & Port Scanning: TCP SYN Ping, Traceroute & More

This guide explains how to use Scapy for host discovery (TCP SYN/ACK, UDP, ARP, ICMP pings), various port‑scanning techniques (SYN, FIN, NULL, Xmas, UDP) and traceroute methods (ICMP, TCP, DNS), providing complete code examples and practical insights.

PythonScapyhost discovery
0 likes · 23 min read
Scapy Host Discovery & Port Scanning: TCP SYN Ping, Traceroute & More