Failed to RTFM -- removed .md, added .yml

This commit is contained in:
Ossi Väänänen
2018-10-24 11:55:52 +03:00
parent 852f395f86
commit 31d7b4aa77
2 changed files with 22 additions and 24 deletions

View File

@@ -1,24 +0,0 @@
## schtasks.exe
* Functions: Execute, Persistence
```
schtasks /create /sc minute /mo 1 /tn "Reverse shell" /tr c:\some\directory\revshell.exe
```
Acknowledgements:
*
Code sample:
*
Resources:
* https://isc.sans.edu/forums/diary/Adding+Persistence+Via+Scheduled+Tasks/23633/
Full path:
```
c:\windows\system32\schtasks.exe
```
Notes:
Create a recurring task to provide persistence, eg. to start a reverse shell