diff options
author | obrien <obrien@FreeBSD.org> | 2000-01-28 18:04:59 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-01-28 18:04:59 +0800 |
commit | dda3a5ed823e2533ef7203e1608ecd0b88975bf7 (patch) | |
tree | 3520db8169ce6a08c04aed0ebb32978551b265f7 /security/nmap | |
parent | 0f7db9a9296684ff031d15a9a5fdaea2639be9ab (diff) | |
download | freebsd-ports-gnome-dda3a5ed823e2533ef7203e1608ecd0b88975bf7.tar.gz freebsd-ports-gnome-dda3a5ed823e2533ef7203e1608ecd0b88975bf7.tar.zst freebsd-ports-gnome-dda3a5ed823e2533ef7203e1608ecd0b88975bf7.zip |
UpDat3 t0 v3r$i0n 2.3 B3ta 14
Among bug fixes, we have the new skript kiddie output mode! Try it out by
adding "-oS - " to your nmap command line:
amy# nmap -sS -oS - -O -v vectra
$TartInG nmap V. 2.3B3tA14 bY fy0D0r@!n$ecure.org ( www.ins3cuR3.0Rg/nmap/)
!nt3r3$t|nG pOrtz On v3cTrA.yuma.nEt (192.168.0.5):
P0rt $tate PrOtOc0L $3rv!c3
13 Op3n tCp Dayt|m3
22 0pEn Tcp $SH
23 open tcp tEln3t
79 op3N tcp f!ng3r
513 0peN Tcp lOgIn
514 OpEn tcp $h3ll
TcP S3QuEncE PReDiCtion: ClA$s=random p0$|TivE incr3m3nts
DIffIculty=24696 (WorthY Challeng3)
s3quEnce numb3rz: 61B825b7 61b83793 61B88114 61b8B073 61B90DB2 61BA306B
R3m0t3 operAtInG sy$t3m gue$z: OpeNBSD 2.2 - 2.3
NMAP run c0mpleteD -- 1 IP adDR3ss (1 h0sT up) $CAnNed in 1 SEC0nd
Diffstat (limited to 'security/nmap')
-rw-r--r-- | security/nmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 0ab8b15961a1..7e01929a7a37 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -7,8 +7,8 @@ # $FreeBSD$ # -DISTNAME= nmap-2.3BETA13 -PKGNAME= nmap-2.3b13 +DISTNAME= nmap-2.3BETA14 +PKGNAME= nmap-2.3b14 CATEGORIES= security net MASTER_SITES= http://www.insecure.org/nmap/dist/ \ ftp://relay.nuxi.com/pub/misc/ |