Skip to content

situation-sh/tmarc

Repository files navigation

tmarc

TUI for DMARC reports

tmarc

tmarc

➡️ If you are drowning in DMARC reports and don't know how to summarize it all.

Installation

You can directly download and build with go.

go install github.com/situation-sh/tmarc@latest

Otherwise you can clone/make (you may need to install xgen).

git clone https://github.com/situation-sh/tmarc
cd tmarc
make build # binary located in build/

Get started

You can run the program without any options.

tmarc

By default it scans the current directory to find DMARC reports (in plain xml or within archives). You can change it with the -d flag.

tmarc -d /path/to/dir/where/all/the/reports/are/stored

This is particularly useful, if you have setup an email filter that sends report to this folder.

For the fancyness, you can also change the main color with the -t flag.

About

TUI for DMARC reports

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published