Go to file
William Kelly d14879487b Merge remote-tracking branch 'upstream/master' into FREEBSD
Conflicts:
	src/Makefile
2013-10-17 02:44:09 -05:00
conf Changing 192.18.0.0/15 to 198.18.0.0/15 in default blacklist. 2013-09-09 22:36:56 -04:00
examples Fix README 2013-08-29 15:21:47 -04:00
lib Fix compile warnings in blacklist.c 2013-10-12 13:04:02 -04:00
src Merge remote-tracking branch 'upstream/master' into FREEBSD 2013-10-17 02:44:09 -05:00
.gitignore Don't overwrite conf files on install 2013-10-12 13:44:33 -04:00
AUTHORS adding david and hd to the authors list 2013-10-15 10:42:02 -04:00
CHANGELOG updating changelog 2013-08-19 23:00:16 -04:00
CMakeLists.txt Don't overwrite conf files on install 2013-10-12 13:44:33 -04:00
INSTALL Update install to use flex and byacc, not Bison 2013-10-16 11:43:14 -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_conf_install.cmake.in Don't overwrite conf files on install 2013-10-12 13:44:33 -04:00

README

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.