Update wireless_ap.rb

This commit is contained in:
Auxilus 2018-05-06 17:37:12 +05:30 committed by GitHub
parent 6bd31d7921
commit a612c4cc65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class MetasploitModule < Msf::Post
aps = []
networks = data.scan(/^network={$(.*?)^}$/m)
networks.each do |block|
ap = parse_network_block(block[0])
aps << parse_network_block(block[0])
end
aps
end