We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Run the following from your MHN server. This should clear out the attacks page and the dashboard.
mongo mnemosyne > db.session.remove({}) > db.metadata.remove({}) > db.counts.remove({}) > db.file.remove({}) > db.hpfeed.remove({}) > db.dork.remove({}) > db.url.remove({}) > db.daily_stats.remove({})