FreshPorts -- security/py-python-nmap: Use nmap and access scan results from Python3


FreshPorts -- The Place For Ports [画像:notbug]As an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC [画像:Ukraine]
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
py-python-nmap Use nmap and access scan results from Python3
0.7.1_1 security on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.7.1_1Version of this port present on the latest quarterly branch.
Maintainer: nxjoseph@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025年09月28日 08:00:06
Last Update: 2026年02月23日 16:11:23
Commit Hash: 2aa4646
Also Listed In: python
License: GPLv3+
WWW:
https://pypi.org/project/python-nmap/
http://xael.org/pages/python-nmap-en.html
Description:
python-nmap is a python library which helps in using nmap port scanner. It allows to easilly manipulate nmap scan results and will be a perfect tool for systems administrators who want to automatize scanning task and reports. It also supports nmap script outputs. It can even be used asynchronously. Results are returned one host at a time to a callback function defined by the user.
Homepage Homepage cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}python-nmap>0:security/py-python-nmap@${PY_FLAVOR}
To install the port:
cd /usr/ports/security/py-python-nmap/ && make install clean
To add the package, run one of these commands:
  • pkg install security/py-python-nmap
  • pkg install py311-python-nmap
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-python-nmap listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-python-nmap
Package flavors (<flavor>: <package>)
  • py311: py311-python-nmap
distinfo:
TIMESTAMP = 1756968165 SHA256 (python-nmap-0.7.1.tar.gz) = f75af6b91dd8e3b0c31f869db32163f62ada686945e5b7c25f84bc0f7fad3b64 SIZE (python-nmap-0.7.1.tar.gz) = 44366

Packages (timestamps in pop-ups are UTC):
py312-python-nmap
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--n/an/an/an/an/an/a
FreeBSD:13:quarterly--n/an/an/an/an/an/a
FreeBSD:14:latest0.7.1_10.7.1_1--0.7.1_1---
FreeBSD:14:quarterly0.7.1_10.7.1_1--0.7.1_1---
FreeBSD:15:latest0.7.1_10.7.1_1n/a-n/an/a--
FreeBSD:15:quarterly0.7.1_10.7.1_1n/a-n/an/a--
FreeBSD:16:latest0.7.1_10.7.1_1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  2. python3.11 : lang/python311
Runtime dependencies:
  1. nmap : security/nmap
  2. python3.11 : lang/python311
This port is required by:
for Run
  1. net/netpeek

Configuration Options:
No options to configure
Options name:
security_py-python-nmap
USES:
python:build,run
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/python-nmap/
  2. https://pypi.org/packages/source/p/python-nmap/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.7.1_1
23 Feb 2026 16:11:23
commit hash: 2aa4646598e03bd89e2e108c2be5da15d4378c82 commit hash: 2aa4646598e03bd89e2e108c2be5da15d4378c82 commit hash: 2aa4646598e03bd89e2e108c2be5da15d4378c82 commit hash: 2aa4646598e03bd89e2e108c2be5da15d4378c82 files touched by this commit
Yusuf Yaman (nxjoseph) search for other commits by this committer
Update my ports' maintainer field after becoming a committer
Reviewed by:	osa, vvd (mentors)
Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D55456 
0.7.1_1
03 Dec 2025 14:13:24
commit hash: c9515df8f6a4065d9cac8fe7d56d90175975c7ec commit hash: c9515df8f6a4065d9cac8fe7d56d90175975c7ec commit hash: c9515df8f6a4065d9cac8fe7d56d90175975c7ec commit hash: c9515df8f6a4065d9cac8fe7d56d90175975c7ec files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Yusuf Yaman
security/py-python-nmap: Fix port by adding required dependency nmap
PR:	291353
Fixes:	bb7385d03317 (Add new port)
0.7.1
28 Sep 2025 07:57:39
commit hash: bb7385d0331751936aa5de411b12e877a0438c8f commit hash: bb7385d0331751936aa5de411b12e877a0438c8f commit hash: bb7385d0331751936aa5de411b12e877a0438c8f commit hash: bb7385d0331751936aa5de411b12e877a0438c8f files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
Author: Yusuf Yaman
security/py-python-nmap: Add new port
PR:		289288
Event:		EuroBSDCon 2025

Number of commits found: 3

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, iXsystems, and RootBSD

This site
What is FreshPorts?
About the authors
Issues
FAQ
How big is it?
Security Policy
Privacy
Blog
Contact

Search
Enter Keywords:
more...

Latest Vulnerabilities
openvpn Sep 04
electron42 Sep 03
libnjs Sep 03
nginx-full Sep 03
njs Sep 03
chromium Sep 02
jenkins Sep 02
jenkins-lts Sep 02
erlang Sep 01
erlang Sep 01

29 vulnerabilities affecting 436 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities

Last processed:
2026年09月04日 23:14:41 UTC


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)

Calculated hourly:
Port count 35099
Broken 84
Ignore 197

Servers and bandwidth provided by
New York Internet, iXsystems, and RootBSD Valid HTML, CSS, and RSS. Copyright © 2000-2026 Dan Langille. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /