Skip to content

Commit 624ef9a

Browse files
author
Charles Smith
committed
Fixed a typo in the skype_enum module.
"platfom" instead of "platform" fixed.
1 parent ffd8890 commit 624ef9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/multi/gather/skype_enum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def run
7575
process_db(db_in_loot,p['name'])
7676
end
7777
end
78-
elsif (session.platfom =~ /win/ and session.type =~ /meter/)
78+
elsif (session.platform =~ /win/ and session.type =~ /meter/)
7979
# Iterate thru each user profile in a Windows System using Meterpreter Post API
8080
grab_user_profiles().each do |p|
8181
if check_skype(p['AppData'],p['UserName'])

0 commit comments

Comments
 (0)