urbanesec / ZackAttack

Unveiled at DEF CON 20, NTLM Relaying to ALL THE THINGS!
Other
258 stars 73 forks source link

socks proxy not working for smb #55

Open mubix opened 11 years ago

mubix commented 11 years ago
No Instructions for 2
NEW SOCKS CONNECTION [ 127.0.0.1 ]
No Instructions for 2
NOT IPV4 WTF OMG LOL
undefined method `unpack' for nil:NilClass
NEW SOCKS CONNECTION [ 127.0.0.1 ]
No Instructions for 2
NOT IPV4 WTF OMG LOL
undefined method `unpack' for nil:NilClass
No Instructions for 2
No Instructions for 2
NEW SOCKS CONNECTION [ 127.0.0.1 ]
No Instructions for 2
NOT IPV4 WTF OMG LOL
undefined method `unpack' for nil:NilClass
NEW SOCKS CONNECTION [ 127.0.0.1 ]
No Instructions for 2
NOT IPV4 WTF OMG LOL
undefined method `unpack' for nil:NilClass
No Instructions for 2
No Instructions for 2
No Instructions for 2
Session Died for 2 after 12 times
mubix commented 11 years ago

Tried with Socks5 proxy config:

sudo proxychains4 -f proxychains.conf mount_smbfs //projectmentor\;jdoe:blah@172.16.10.10/C$ /tmp/mountpoint/
[proxychains] config file found: proxychains.conf
[proxychains] preloading /usr/local/lib/libproxychains4.dylib
[proxychains] DLL init
[proxychains] Strict chain  ...  127.0.0.1:4532  ...  172.16.10.10:445  ...  OK
mount_smbfs: server connection failed: Cannot allocate memory
mubix commented 11 years ago

Works just fine on Ubuntu w/ Proxychains3. Failure was with proxychains4 on OSX