View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004737 | Kali Linux | [All Projects] Queued Tool Addition | public | 2018-05-04 03:03 | 2021-05-18 11:02 |
Reporter | g0tmi1k | Assigned To | g0tmi1k | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | 2018.3 | |||
Summary | 0004737: Update SMBMap to use impacket v0.9.15 | ||||
Description | Updating SMBMap and slightly patching it - makes it work! | ||||
Steps To Reproduce | root@kali:~/smbmap# git diff diff --git a/requirements.txt b/requirements.txt index 55933a6..ac9fd33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -https://github.com/CoreSecurity/impacket/archive/impacket_0_9_13.zip +https://github.com/CoreSecurity/impacket/archive/impacket_0_9_15.zip pyasn1 pycrypto diff --git a/smbmap.py b/smbmap.py old mode 100644 new mode 100755 root@kali:~/smbmap# root@kali:~/smbmap# smbmap -H 192.168.1.162 -u offsec -p lab -x 'net user' [+] Finding open SMB ports.... [+] User SMB session establishd on 192.168.1.162... [!] SMBTransport instance has no attribute 'setRemoteHost' (<type 'exceptions.AttributeError'>, 'smbmap.py', 888) root@kali:~/smbmap# root@kali:~/smbmap# ./smbmap.py -H 192.168.1.162 -u offsec -p lab -x 'net user' [+] Finding open SMB ports.... [+] User SMB session establishd on 192.168.1.162... User accounts for \\ ------------------------------------------------------------------------------- Administrator [REMOVED] Guest offsec [REMOVED] The command completed with one or more errors. root@kali:~/smbmap# | ||||
Additional Information | Should be able to use python-impacket | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-05-04 03:03 | g0tmi1k | New Issue | |
2018-05-04 03:03 | g0tmi1k | Status | new => assigned |
2018-05-04 03:03 | g0tmi1k | Assigned To | => g0tmi1k |
2018-05-05 05:29 | g0tmi1k | Note Added: 0009101 | |
2018-05-08 15:27 | g0tmi1k | Status | assigned => resolved |
2018-05-08 15:27 | g0tmi1k | Resolution | open => fixed |
2018-05-08 15:27 | g0tmi1k | Note Added: 0009145 | |
2018-05-08 15:27 | g0tmi1k | Fixed in Version | => 2018.3 |
2021-05-18 11:02 | g0tmi1k | Category | New Tool Requests => Queued Tool Addition |