Go to file
Eric 2972bbefdc Add --vpn (-X) flag to support sending IP pkts
When a user specifies a `-i tun0` flag for a VPN interface,
this interface expects raw IP packets, not ethernet frames.
The --vpn option allows you to send only IP packets to the
specified interface, and also performs some hacks on the receive
end to ensure we can process the results.

TODO: malloc a fake ethernet header for probe_modules.process_packet
(or better yet, make process_packet always take an IP packet, they
all seem to be implicitly doing that anyway).
2013-08-31 15:38:13 -04:00
conf inital public release 2013-08-16 11:12:47 -04:00
examples Fix README 2013-08-29 15:21:47 -04:00
lib merging in master 2013-08-29 15:03:23 -04:00
src Add --vpn (-X) flag to support sending IP pkts 2013-08-31 15:38:13 -04:00
.gitignore inital public release 2013-08-16 11:12:47 -04:00
AUTHORS inital public release 2013-08-16 11:12:47 -04:00
CHANGELOG updating changelog 2013-08-19 23:00:16 -04:00
INSTALL working new interface 2013-08-29 14:29:59 -04:00
LICENSE inital public release 2013-08-16 11:12:47 -04:00
README inital public release 2013-08-16 11:12:47 -04:00

ZMap is a fast network scanner designed for Internet-wide network surveys. On a
typical desktop computer with a gigabit Ethernet connection, ZMap is capable
scanning the entire public IPv4 address space in under 45 minutes.

While previous network tools have been designed to scan small network segments,
ZMap is specifically architected to scan the entire address space.  It is built
in a modular manner in order to allow incorporation with other network survey
tools.  ZMap operates on GNU/Linux and supports TCP SYN and ICMP echo request
scanning out of the box.

Documentation and examples can be found at https://zmap.io/.

-- 

ZMap Copyright 2013 Regents of the University of Michigan 

Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See LICENSE for the specific
language governing permissions and limitations under the License.