summaryrefslogtreecommitdiff
path: root/security/nmap/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 2.3BETA6.David E. O'Brien1999-09-201-2/+2
| | | | | | | | | | | | | | | | | * Added sophisticated timing controls to give the user much more control over Nmap's speed. This allows you to make Nmap much more aggressive to scan hosts faster, or you can make Nmap more "polite" -- slower but less likely to wreak havoc on your Network. You can even enforce large delays between sending packets to sneak under IDS thresholds and prevent detection. See the new "Timing Options" section of the Nmap man page for more information on using this. * New "Window scan" that does fun things with ACK packets. -sW activates this scan type. It is mostly effective against BSD, AIX, Digital UNIX, and various older HP/UX, SunOS, and VAX. Notes: svn path=/head/; revision=21814
* Remove the X dependent componate. It has become its own port.David E. O'Brien1999-09-181-4/+0
| | | | Notes: svn path=/head/; revision=21708
* Upgrade to 2.3BETA5.David E. O'Brien1999-09-071-2/+2
| | | | | | | | This includes new RPC scanning ability & 100's of new OS fingerprints. The machine parseable output has been cleaned up and made more regular. Notes: svn path=/head/; revision=21368
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Upgrade to nmap-2.2-BETA4. The beta includes a very nice GUI (xnmap) thatDavid E. O'Brien1999-07-221-2/+7
| | | | | | | simplifies the running of nmap for the point and shoot crowd. Notes: svn path=/head/; revision=20318
* Don't set OSVERSION; bsd.port.pre.mk already did.Bill Fenner1999-04-071-2/+1
| | | | | | | Found by: building ports with sysctl not in my path Notes: svn path=/head/; revision=17709
* Upgrade to 2.12.David E. O'Brien1999-04-041-2/+2
| | | | Notes: svn path=/head/; revision=17641
* Upgrade to 2.11.David E. O'Brien1999-04-031-2/+2
| | | | Notes: svn path=/head/; revision=17619
* upgrade to 2.08David E. O'Brien1999-02-171-2/+3
| | | | Notes: svn path=/head/; revision=16745
* Correct Version required: lineSeiichirou Hiraoka1999-02-111-3/+2
| | | | Notes: svn path=/head/; revision=16624
* Update to 2.07Seiichirou Hiraoka1999-02-111-3/+3
| | | | Notes: svn path=/head/; revision=16604
* upgrade to 2.06David E. O'Brien1999-02-081-2/+2
| | | | Notes: svn path=/head/; revision=16562
* upgrade to 2.05David E. O'Brien1999-02-081-3/+3
| | | | Notes: svn path=/head/; revision=16559
* upgrade to 2.03David E. O'Brien1999-01-281-2/+2
| | | | Notes: svn path=/head/; revision=16404
* upgrade to 2.02David E. O'Brien1998-12-291-2/+2
| | | | Notes: svn path=/head/; revision=15706
* Need to include bsd.port.pre.mk before using ${OSVERSION}.Satoshi Asami1998-12-261-2/+4
| | | | Notes: svn path=/head/; revision=15645
* upgrade to 2.01David E. O'Brien1998-12-171-2/+2
| | | | | | | [many new OS fingerprints included :-) ] Notes: svn path=/head/; revision=15399
* Upgrade to 2.00.David E. O'Brien1998-12-151-5/+10
| | | | Notes: svn path=/head/; revision=15358
* * Nuke included libpcap so I don't make the mistake ache fixed again.David E. O'Brien1998-08-201-1/+4
| | | | | | | * Prefer -u diffs over -c Notes: svn path=/head/; revision=12698
* Old version use bpf.h from internal libpcap and link withAndrey A. Chernov1998-08-181-1/+2
| | | | | | | | | system libpcap in the same time. Fix to use <net/bpf.h> instead New manpages scheme Notes: svn path=/head/; revision=12617
* Added "net" to categoriesDavid E. O'Brien1998-08-041-2/+2
| | | | Notes: svn path=/head/; revision=12277
* nmap is a utility for port scanning large networksDavid E. O'Brien1998-08-041-0/+23
Sometimes you need speed, other times you may need stealth. In some cases, bypassing firewalls may be required. Not to mention the fact that you may want to scan different protocols (UDP, TCP, ICMP, etc.). You just can't do all this with one scanning mode. Thus nmap incorporats virtually every scanning technique known of. See the nmap homepage at http://www.insecure.org/nmap/index.html Notes: svn path=/head/; revision=12275