This is a low-level network debugging utility that utilizes raw packet i/o to construct and deconstruct tcp, udp, ipv4, arp, and icmp packets over ethernet.

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

scanner.h File Reference

scanner.h File Reference

Basic TCP Port Scanner. More...

Go to the source code of this file.

Data Structures

class  Scanner
 Demo - TCP Port Scanner. More...

Detailed Description

Basic TCP Port Scanner.

The class in this file facilitates a very fast (3 second scan, 7 second wait) TCP port scan of all ports from 1-65535, keeping and printing a list of all ports on which a TCP SYN/ACK is received (which should indicate that the port is open and waiting for connections).

Definition in file scanner.h.