dmarcq

command module
v0.0.0-...-6922ac3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2024 License: MIT Imports: 5 Imported by: 0

README

dmarcq - DMARC Query

dmarcq is a quickly written Golang tool for querying DMARC records from domains provided via stdin. It creates a csv output which is far simpler to parse for this type of exercise.

Build

Use a combination of git and Golang to clon and build.

git clone github.com/JeffJerseyCow/dmarcq
cd dmarcq
go build

Usage

The simplest way to user dmarcq is by running a bash command to read a file and echoing input to dmarcq. To print out the data to stdout directly, simply execute:

while read domain; do echo $domain | ./dmarc; done < domains/domains.list

Or if you'd like to write it to a csv file:

while read domain; do echo $domain | ./dmarc; done < domains/domains.list > domains/domains.dmarc.csv

Documentation

Overview

Copyright © 2024 Chris Powell

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL