Updated Scheduled Scans (markdown)

xer0dayz 2019-08-31 10:30:54 -07:00
parent 9aace0b1eb
commit 9412d7f5c8
1 changed files with 1 additions and 1 deletions

@ -7,4 +7,4 @@ To initialize scheduled scans, edit your crontab via the ```crontab -e``` comman
0 0 1 * * find /usr/share/sniper/loot/workspace/ -type f -name "monthly.sh" -exec bash {} \;
```
After your crontab is setup properly, you can simply run the ```sniper -w <workspace_alias> -s daily|weekly|monthly``` command to edit the workspaces scheduled commands. Just add the full sniper commands you want to run on a schedule (ie. sniper -t 127.0.0.1 -w 127.0.0.1) and save. Thats it!
After your crontab is setup properly, you can simply run the ```sniper -w <workspace_alias> -s daily|weekly|monthly``` command to edit the workspaces scheduled commands. Just add the full sniper commands you want to run on a schedule (ie. ```sniper -t 127.0.0.1 -w 127.0.0.1```) and save. Thats it!