You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/exploits/windows/local/service_permissions.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -266,7 +266,7 @@ def exploit
266
266
end
267
267
268
268
ifsysinfo['Architecture'] != payload_arch
269
-
print_error('The registry technique will be skipped because the payload architecture does not match the native system architecture')
269
+
print_error('The registry technique will be skipped because the payload architecture selected does not match the payload architecture of the session being used in the exploit.')
0 commit comments