C3n7ral051nt4g3ncy/Masto

Issue with crackmapexec?

HachimanSec opened this issue · 2 comments

Hi there,

I just tried to install Maso. It appears to be working, yet it throws some errors in regards to crackmapexec. Any idea why?

I am on Kali rolling release 2022.3

Thanks!


Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: requests in /home/kali/.local/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (2.28.1)
Collecting bs4
  Downloading bs4-0.0.1.tar.gz (1.1 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: tqdm in /usr/lib/python3/dist-packages (from -r requirements.txt (line 3)) (4.64.0)
Requirement already satisfied: urllib3 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 4)) (1.26.12)
Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests->-r requirements.txt (line 1)) (2022.6.15)
Requirement already satisfied: idna<4,>=2.5 in /home/kali/.local/lib/python3.10/site-packages (from requests->-r requirements.txt (line 1)) (2.10)
Requirement already satisfied: charset-normalizer<3,>=2 in /usr/lib/python3/dist-packages (from requests->-r requirements.txt (line 1)) (2.0.6)
Requirement already satisfied: beautifulsoup4 in /usr/lib/python3/dist-packages (from bs4->-r requirements.txt (line 2)) (4.11.1)
Building wheels for collected packages: bs4
  Building wheel for bs4 (setup.py) ... done
  Created wheel for bs4: filename=bs4-0.0.1-py3-none-any.whl size=1257 sha256=190828e2b249040977a46e1dedb8e40e67b40224fdee179c8414cc0481b9a788
  Stored in directory: /home/kali/.cache/pip/wheels/e4/62/1d/d4d1bc4f33350ff84227f89b258edb552d604138e3739f5c83
Successfully built bs4
Installing collected packages: bs4
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
crackmapexec 5.2.2 requires impacket<0.10.0,>=0.9.23, but you have impacket 0.10.0 which is incompatible.                                                                                                                   
crackmapexec 5.2.2 requires neo4j<5.0.0,>=4.1.1, but you have neo4j 1.7.0.dev0 which is incompatible.                                                                                                                       
crackmapexec 5.2.2 requires pylnk3<0.4.0,>=0.3.0, but you have pylnk3 0.4.2 which is incompatible.                                                                                                                          
crackmapexec 5.2.2 requires xmltodict<0.13.0,>=0.12.0, but you have xmltodict 0.13.0 which is incompatible.                                                                                                                 
Successfully installed bs4-0.0.1   ```

@HachimanSec Please close this issue when it is solved.