remove .inspect debug code

cosmetic change
unstable
Rob Fuller 2012-12-04 16:24:15 -05:00
parent e6c6133c90
commit 5e9a5268cd
1 changed files with 0 additions and 2 deletions

View File

@ -102,8 +102,6 @@ class Metasploit3 < Msf::Post
networks = []
bss_list = @wlanapi.WlanGetNetworkBssList(wlan_handle,guid,nil,3,true,nil,4)
print_status(bss_list.inspect)
pointer = bss_list['ppWlanBssList']
totalsize = @host_process.memory.read(pointer,4)
totalsize = totalsize.unpack("V")[0]