Yusuf Yaman bb7385d033
security/py-python-nmap: Add new port
PR:		289288
Event:		EuroBSDCon 2025
2025-09-28 07:57:39 +00:00

8 lines
385 B
Plaintext

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.