spaces -> tab
git-svn-id: file:///home/svn/framework3/trunk@7966 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
8f2138a464
commit
06cea605c7
|
@ -51,7 +51,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
sunrpc_authunix(hostname, datastore['UID'], datastore['GID'], [])
|
sunrpc_authunix(hostname, datastore['UID'], datastore['GID'], [])
|
||||||
resp = sunrpc_call(5, "")
|
resp = sunrpc_call(5, "")
|
||||||
|
|
||||||
exports = resp[3,1].unpack('C')[0]
|
exports = resp[3,1].unpack('C')[0]
|
||||||
if (exports == 0x01)
|
if (exports == 0x01)
|
||||||
print_good("#{ip} - Exports found")
|
print_good("#{ip} - Exports found")
|
||||||
while XDR.decode_int!(resp) == 1 do
|
while XDR.decode_int!(resp) == 1 do
|
||||||
|
|
Loading…
Reference in New Issue