View Issue Details

IDProjectCategoryView StatusLast Update
0007731Kali LinuxKali Package Bugpublic2022-05-30 09:24
Reporterimjustanoob Assigned Tosbrun  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2022.2 
Fixed in Version2022.3 
Summary0007731: python3-impacket requires dsinternals
Description

The latest version of impacket (0.10) requires the python package dsinternals. It does not get installed when impacket is installed through apt. This causes ntlmrelayx to not be functional. To fix this I installed the dsinternals package using pip and was able to run ntlmrelayx.

Steps To Reproduce

apt install python3-impacket

try to run impacket-ntlmrelayx

receive message "ModuleNotFoundError: No module named 'dsinternals'"

pip3 install dsinternals

run impacket-ntlmrelayx successfully

Activities

j_jito

j_jito

2022-05-25 21:00

reporter   ~0016217

No need to use pip

dsinternals is in kali-rolling repo:
apt install python3-dsinternals

sbrun

sbrun

2022-05-30 09:24

manager   ~0016222

Thanks for the report.
FTR: it's always better to use apt rather than pip.

The dependency issue is now fixed in impacket-scripts version 1.7

Issue History

Date Modified Username Field Change
2022-05-25 19:38 imjustanoob New Issue
2022-05-25 21:00 j_jito Note Added: 0016217
2022-05-26 20:20 daniruiz Assigned To => sbrun
2022-05-26 20:20 daniruiz Status new => assigned
2022-05-30 09:24 sbrun Note Added: 0016222
2022-05-30 09:24 sbrun Status assigned => resolved
2022-05-30 09:24 sbrun Resolution open => fixed
2022-05-30 09:24 sbrun Fixed in Version => 2022.3