MCPTool icon indicating copy to clipboard operation
MCPTool copied to clipboard

[suggestion] Use python-nmap insted of standalone nmap executable

Open DanniSec opened this issue 2 years ago • 0 comments

Instead of being required to install nmap directly, you can use python-nmap.

https://pypi.org/project/python-nmap/

Edit: nmap is still required to be installed. But it's better handled then calling it with os.system

DanniSec avatar Jul 11 '22 02:07 DanniSec