added a script to get xml of registered domain names. converts to json. requires yq to be installed
This commit is contained in:
parent
0c770a71fa
commit
a0f30a6d91
1 changed files with 6 additions and 0 deletions
6
containers/domain_registration_tracker/get_iana_registrar_ids.sh
Executable file
6
containers/domain_registration_tracker/get_iana_registrar_ids.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
# This script will download the list of domain registrars from iana.org
|
||||
#
|
||||
wget -O registrar-ids.xml https://www.iana.org/assignments/registrar-ids/registrar-ids.xml
|
||||
|
||||
cat registrar-ids.xml | xq > registrar_ids.json
|
Loading…
Add table
Reference in a new issue