764 B
764 B
Vulnerable Application
This module executes a metasploit payload utilizing at(1) to execute jobs at a specific time. It should work out of the box
with any UNIX-like operating system with atd running. In the case of OS X, the atrun service must be launched:
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.atrun.plist
Verification Steps
- Start msfconsole
- Exploit a box via whatever method
- Do:
use exploit/multi/local/at_persistence - Do:
set session # - Do:
set target # exploit
Options
TIMING
Controls the time value passed to at(1)
PATH
If set, uses this value as the path on the remote system to store the payload. If unset, uses mktemp.
Scenarios
TBD