Last active
September 14, 2020 04:52
-
-
Save maverickNerd/e7ee49bdb3e1a6015724e6ee550c5cdc to your computer and use it in GitHub Desktop.
cron job for recon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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