From 530df0acf01dce8f706349f3b52dac4ee72b1a9a Mon Sep 17 00:00:00 2001 From: jvazquez-r7 Date: Mon, 14 Jan 2013 19:22:39 +0100 Subject: [PATCH] delete comments --- modules/post/windows/gather/credentials/bulletproof_ftp.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/post/windows/gather/credentials/bulletproof_ftp.rb b/modules/post/windows/gather/credentials/bulletproof_ftp.rb index 65f56b929b..c4f8c7ffe7 100644 --- a/modules/post/windows/gather/credentials/bulletproof_ftp.rb +++ b/modules/post/windows/gather/credentials/bulletproof_ftp.rb @@ -62,13 +62,11 @@ class Metasploit3 < Msf::Post private def low_dword(value) - #return [value].pack("Q").unpack("VV")[0] return Rex::Text.pack_int64le(value).unpack("VV")[0] end def high_dword(value) return Rex::Text.pack_int64le(value).unpack("VV")[1] - #return [value].pack("Q").unpack("VV")[1] end def low_byte(value)