ayumi / dmarcurator

πŸ“‹ Import DMARC XML reports to SQL DB (SQLite)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dmarcurator

Imports DMARC report XML into SQLite DB.

install

Install sqlite3 bc it's cool and you need it brew install sqlite3

gem install dmarcurator

usage

  • Get some DMARC reports in XML and put them in a directory.
  • dmarcurator --db=./dmarc/reports.sqlite --reports-path=./dmarc/reports

how to browse db

SQLite-web is a deec interface.

About

πŸ“‹ Import DMARC XML reports to SQL DB (SQLite)

License:MIT License


Languages

Language:Ruby 100.0%