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 ae2f7d8 commit 2b16a23Copy full SHA for 2b16a23
modules/exploits/osx/persistence/launch_plist.rb
@@ -96,8 +96,8 @@ def install_persistence
96
# Add plist file to LaunchAgents dir
97
add_launchctl_item
98
@clean_up_rc << "rm #{plist_path}\n"
99
- @clean_up_rc << "execute -f /bin/launchctl -a \"remove #{File.basename(backdoor_path)}\"\n"
100
@clean_up_rc << "execute -f /bin/launchctl -a \"stop #{File.basename(backdoor_path)}\"\n"
+ @clean_up_rc << "execute -f /bin/launchctl -a \"remove #{File.basename(backdoor_path)}\"\n"\
101
end
102
103
private
0 commit comments