GTK-based frontend for nmap (portscanner)
Submitted in PR 10024 by Reinoud Koornstra <mipam@ibb0021.ibb.uu.nl>
This commit is contained in:
parent
cd8451a767
commit
535966932a
5 changed files with 40 additions and 0 deletions
25
net/nmapfe/Makefile
Normal file
25
net/nmapfe/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2000/05/04 15:30:06 hubertf Exp $
|
||||
|
||||
DISTNAME= nmapfe-0.9.5
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= http://codebox.net/download/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= reinoud@ibbnet.org
|
||||
HOMEPAGE= http://www.insecure.org/nmap/index.html
|
||||
|
||||
DEPENDS+= nmap-2.*:../../net/nmap
|
||||
DEPENDS+= gtk+-1.2.*:../../x11/gtk
|
||||
|
||||
GNU_CONFIGURE= Yes
|
||||
CONFIGURE_ENV+= INSTALL=${INSTALL}
|
||||
|
||||
WRKSRC= ${WRKDIR}/nmapfe
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} == "SunOS"
|
||||
MAKE_ENV+= CPPFLAGS=""
|
||||
.endif
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
net/nmapfe/files/md5
Normal file
3
net/nmapfe/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 2000/05/04 15:30:06 hubertf Exp $
|
||||
|
||||
MD5 (nmapfe-0.9.5.tgz) = f7cd97ddcd1eca49489298ad9bd3bf00
|
1
net/nmapfe/pkg/COMMENT
Normal file
1
net/nmapfe/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
graphical front end to the nmap port scanner
|
9
net/nmapfe/pkg/DESCR
Normal file
9
net/nmapfe/pkg/DESCR
Normal file
|
@ -0,0 +1,9 @@
|
|||
NmapFE is a frontend for the much loved scanner Nmap.
|
||||
Nmap is a portscanner that is able to do remote OS
|
||||
detection via TCP/IP fingerprinting as well. You can
|
||||
use Nmap to scan a large network, or a single host.
|
||||
This frontend provides a simple GUI interface to the
|
||||
complexity of Nmap. The GUI supports color coding for
|
||||
various services, and enables you to append one scan
|
||||
to the end of others, to create somewhat of a database
|
||||
of scans.
|
2
net/nmapfe/pkg/PLIST
Normal file
2
net/nmapfe/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/04 15:30:06 hubertf Exp $
|
||||
bin/nmapfe
|
Loading…
Reference in a new issue