Skip to content

Instantly share code, notes, and snippets.

View arcbishopw's full-sized avatar
🌴
On vacation

arcbishopw

🌴
On vacation
View GitHub Profile
@FreedomBen
FreedomBen / digall.sh
Last active August 11, 2023 10:42
A bash command that will run a `dig` against a specified target for all record types
#!/usr/bin/env bash
#
# To use, simply run `digall <domain>` such as:
#
# digall example.com
# digall sub.example.com
#
# Place this file in your PATH. Suggest either /usr/local/bin/ or ~/bin
#