Skip to content

Instantly share code, notes, and snippets.

@itsreallynick
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsreallynick/46e5bbc417835e6b4fcd to your computer and use it in GitHub Desktop.
Save itsreallynick/46e5bbc417835e6b4fcd to your computer and use it in GitHub Desktop.
MIR Rebuild Sweep
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
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