spaces -> tab

git-svn-id: file:///home/svn/framework3/trunk@7966 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2009-12-24 21:27:24 +00:00
parent 8f2138a464
commit 06cea605c7
1 changed files with 2 additions and 2 deletions

View File

@ -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