From 9412d7f5c8d37d6e346235eaeff9889b2ab2eb4b Mon Sep 17 00:00:00 2001 From: xer0dayz <1N3@hushmail.com> Date: Sat, 31 Aug 2019 10:30:54 -0700 Subject: [PATCH] Updated Scheduled Scans (markdown) --- Scheduled-Scans.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scheduled-Scans.md b/Scheduled-Scans.md index 1caa32d..34d7af9 100644 --- a/Scheduled-Scans.md +++ b/Scheduled-Scans.md @@ -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 -s daily|weekly|monthly``` command to edit the workspace’s 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. That’s it! \ No newline at end of file +After your crontab is setup properly, you can simply run the ```sniper -w -s daily|weekly|monthly``` command to edit the workspace’s 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. That’s it! \ No newline at end of file