dark-lbp / isf

ISF(Industrial Control System Exploitation Framework),a exploitation framework based on Python
BSD 2-Clause "Simplified" License
1.03k stars 285 forks source link

no module nmap #8

Open engineerash opened 4 years ago

engineerash commented 4 years ago

Traceback (most recent call last): File "isf.py", line 9, in from icssploit.interpreter import IcssploitInterpreter File "/root/Desktop/isf/icssploit/init.py", line 1, in from icssploit.utils import ( File "/root/Desktop/isf/icssploit/utils/init.py", line 15, in import nmap ImportError: No module named nmap

payne747 commented 3 years ago

Tried sudo apt-get install python-nmap? (assuming Debian based distro)

Laldoma commented 3 years ago

ICSS does not work in kali since 2020.1

Jackson-Pollock commented 1 year ago

I am able to fix this using pip install python-nmap==0.6.4 (older version)