Skip to content

Commit 265adeb

Browse files
committed
Fix typo
1 parent 0f4d26a commit 265adeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/post/windows/priv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def steal_current_user_token
5252
#
5353
# Steals a token for a user.
5454
# @param String computer_name Computer name.
55-
# @param String username To token to steal from. If not set, it will try to steal
55+
# @param String user_name To token to steal from. If not set, it will try to steal
5656
# the current user's token.
5757
# @return [boolean] TrueClass if successful, otherwise FalseClass.
5858
# @example steal_token(get_env('COMPUTERNAME'), get_env('USERNAME'))

0 commit comments

Comments
 (0)