Last active
August 29, 2015 14:23
-
-
Save itsreallynick/46e5bbc417835e6b4fcd to your computer and use it in GitHub Desktop.
MIR Rebuild Sweep
This file contains 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
sqlite3 /opt/MAP/non_www_for_app/webclient/db/webclient.db "update collect set status='Seen' where sweep_id=NNNN and status='Completed';" | |
# ^replace with sweep ID and cron it appropriately |
This file contains 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
sqlite3 /opt/mandiant/var/db/mir/webclient/webclient.db "update collect set status='Seen' where sweep_id=NNNN and status='Completed';" | |
# ^replace with sweep ID and cron it appropriately |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment