UndeadSec / SocialFish

Phishing Tool & Information Collector
BSD 3-Clause "New" or "Revised" License
3.99k stars 1.28k forks source link

ModuleNotFoundError: nmap #330

Closed AliMark71 closed 11 months ago

AliMark71 commented 2 years ago

when I run SocialFish like this:

sudo python3 SocialFish.py

I get this weird error:

Traceback (most recent call last): File "/home/kali/SocialFish/SocialFish.py", line 6, in from core.scansf import nScan File "/home/kali/SocialFish/core/scansf.py", line 1, in import nmap ModuleNotFoundError: No module named 'nmap'

but the weird thing is that I have python-nmap installed and I can use it in other python files but this one gives me this error.

cpena28 commented 2 years ago

python3 -m pip install -r requirements.txt it works

Keplar22B commented 2 years ago

i have the same issue too, any idea on how to fix it?

Serge250 commented 1 year ago

ERROR: Could not find a version that satisfies the requirement nmap (from versions: none) ERROR: No matching distribution found for nmap

how can i fix this I have updated nmap and I still have errors help please

franklintimoteo commented 11 months ago

Fix with https://github.com/UndeadSec/SocialFish/commit/0006dca62fd0c3483402dc495b3c112c2deed19f

Tmalhussain commented 8 months ago

Import the requirements folder.