Skip to content

Instantly share code, notes, and snippets.

View kshji's full-sized avatar

Jukka Inkeri kshji

View GitHub Profile
@kshji
kshji / getdomains.sh
Last active December 21, 2020 15:10 — forked from woltage/getdomains.sh
Skripti jolla saa Y-tunnuksella kaikki firman omistamat .fi -verkkotunnukset
## Y-Tunnukseen perustuva domainejen haku (.fi)
## Esimerkki: getdomains 1093944-1 # MTV Oy
# Laita tämä .bashrc tai .zshrc
# Käyttöesimerkkejä:
# Looppaa Y-tunnuksetn kaikki domainit läpi ja tee kysely
# for i in $(getdomains 1093944-1); do echo $i && host -t cname www.$i; done