We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd8890 commit 624ef9aCopy full SHA for 624ef9a
modules/post/multi/gather/skype_enum.rb
@@ -75,7 +75,7 @@ def run
75
process_db(db_in_loot,p['name'])
76
end
77
78
- elsif (session.platfom =~ /win/ and session.type =~ /meter/)
+ elsif (session.platform =~ /win/ and session.type =~ /meter/)
79
# Iterate thru each user profile in a Windows System using Meterpreter Post API
80
grab_user_profiles().each do |p|
81
if check_skype(p['AppData'],p['UserName'])
0 commit comments