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/ms_ndproxy.rb
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -437,12 +437,11 @@ def exploit
437
437
438
438
ifnew_pid.nil?
439
439
print_warning("Unable to create a new process, maybe you're into a sandbox. If the current process has been elevated try to migrate before executing a new process...")
440
+
return
440
441
end
441
442
442
443
print_status("Injecting #{p.length.to_s} bytes into #{new_pid} memory and executing it...")
0 commit comments