Remove unused method

bug/bundler_fix
William Vu 2014-09-12 05:48:11 -05:00
parent 1b5e40ff78
commit 131401f024
No known key found for this signature in database
GPG Key ID: E761DCB4C1629024
1 changed files with 0 additions and 7 deletions

View File

@ -40,13 +40,6 @@ class Metasploit3 < Msf::Post
datastore['DIR']
end
#def m_read_file(filename)
# # read if the `filename` is readable
# if cmd_exec("if [ -r #{filename} ];then 1;fi")
# read_file(filename)
# end
#end
# Extracts AccessPoint name and PSK
def get_psk(data, ap_name)
data.each_line do |l|