Skip to content

Instantly share code, notes, and snippets.

@maverickNerd
Last active September 14, 2020 04:52
Show Gist options
  • Save maverickNerd/e7ee49bdb3e1a6015724e6ee550c5cdc to your computer and use it in GitHub Desktop.
Save maverickNerd/e7ee49bdb3e1a6015724e6ee550c5cdc to your computer and use it in GitHub Desktop.
cron job for recon
0 0 * * * find ~/assets -maxdepth 2 -type f -name "daily" -executable -exec sh -c 'cd $(dirname {}) && ./daily' \;
30 18 * * * /root/tools/automateAll/chaos.sh
15 19 * * * /root/tools/continuous-nuclei/run -l /root/tools/automateAll/chaos-host.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment