GlobalCyberAlliance / domain-security-scanner

Scan domains and receive advice based on their BIMI, DKIM, DMARC, and SPF records
https://dmarcguide.globalcyberalliance.org/
Apache License 2.0
132 stars 26 forks source link

Make Instructions Even Clearer #2

Closed rfdevere closed 4 years ago

rfdevere commented 5 years ago

Great tool, simple and functional. Could we ask the install instructions be updated to incorporate clearer instructions for people unfamiliar with Go.

Install Go on Windows, MacOS and Linux following the instructions here: https://golang.org/doc/install#install

Setting a Go path, Go needs a clear build path to work. You can define this in several ways as documented here: https://github.com/golang/go/wiki/SettingGOPATH

sajeevsahadev commented 5 years ago

How to build and run this application. After setup the GOPATH, what are the steps to taken? Any documentation is available for this?

0219dives commented 5 years ago

How do you run this on bulk domains?

rfdevere commented 5 years ago

TBH I gave up, scripted it in bash to make a new call per line. Hope that helps.

0219dives commented 5 years ago

Exactly what I've done tbh, however I've got 375 domains to check for each record type so that should be fun haha. Thanks for your help!

rfdevere commented 5 years ago

Get all your domains in column B of a spreadsheet, add the command syntax ‘drs dmarc ‘ in column A and drag down to duplicate. In Column C add in a ‘ >>output.txt’ and again drag down.

Copy all back to a quick and dirty bash script.

0219dives commented 5 years ago

Nice one thanks! worked perfect! :)

wolveix commented 4 years ago

Hey guys, sorry that this issue went unanswered for a long time. I've just updated the repo's README to be more informative, and have fixed a bug with the bulk command which prevented it from working when you tried using it like this:

drs bulk domain1.tld domain2.tld domain3.tld

Additionally, pre-compiled binaries can now be found under releases.

OrlandoMD commented 11 months ago

@wolveix Wonderful - this project has come along way, very useful evaluating and analyzing many domains! I have a tabulated truth table to the right of industry results provided by this tool in CSV form to help periodically gauge status, parse and prioritize our direct shares with members - work well! Orlando E-ISAC