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 c753444 commit c2d15f2Copy full SHA for c2d15f2
lib/msf/core/post/windows/runas.rb
@@ -74,6 +74,9 @@ def startup_info
74
# Call CreateProcessWithLogonW to start a process with the supplier
75
# user credentials
76
#
77
+ # @note The caller should clear up the handles returned in
78
+ # the PROCESS_INFORMATION @return hash.
79
+ #
80
# @param domain [String] The target user domain
81
# @param user [String] The target user
82
# @param password [String] The target user password
0 commit comments