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 0f4d26a commit 265adebCopy full SHA for 265adeb
lib/msf/core/post/windows/priv.rb
@@ -52,7 +52,7 @@ def steal_current_user_token
52
#
53
# Steals a token for a user.
54
# @param String computer_name Computer name.
55
- # @param String username To token to steal from. If not set, it will try to steal
+ # @param String user_name To token to steal from. If not set, it will try to steal
56
# the current user's token.
57
# @return [boolean] TrueClass if successful, otherwise FalseClass.
58
# @example steal_token(get_env('COMPUTERNAME'), get_env('USERNAME'))
0 commit comments