First, register at https://viewdns.info/api/#register and confirm your account from the link in your mailbox. After performing these operations, your API key will be sent to your mailbox. Moreover By logging into https://viewdns.info/api/# you can see both your API key and remaining requests.
Install libraries used with pip install -r requirements.txt
API key save paths
If any of these 3 items is absent, the vehicle will not start.
- By typing it into the 'key.txt' found inside the project files
- using the -k/--key argument (for first use)
- If 'key.txt' is empty and there is no -k/--key, the first time the tool starts, it will ask you for your API key from the console and save it.
Working logic : It queries the domain you entered through the API and exports all other domains as json or txt in the response, and prints the domains on the screen.
Supported domain formats: 👇
- www.example.com ✅
- example.com ✅
- http://example.com / https://example.com ❌ ( If this happens, the tool will not work. )
Öncelikle https://viewdns.info/api/#register adresinden kayıt olun ve mail kutunuzdaki linkten hesabınızı onaylayın. Bu işlemleri gerçekleştirdikten sonra API anahtarınız mail kutunuza gönderilecektir. Dahası https://viewdns.info/api/# giriş yaparak hem API anahtarınızı hem de kalan istekleri görebilirsiniz.
pip install -r requirements.txt ile kullanılan kütüphaneleri yükleliyiniz.
API anahtarı kaydetme yolları
Bu 3 öğeden herhangi birinin olmaması durumunda araç çalışmayacaktır.
- Proje dosyalarının içinde bulunan 'key.txt' dosyasına yazarak
- -k/--key bağımsız değişkenini kullanma (ilk kullanım için)
- 'key.txt' boşsa ve -k/--key yoksa, araç ilk başladığında sizden konsoldan API anahtarınızı ister ve kaydeder.
Çalışma mantığı: API üzerinden girdiğiniz domaini sorgular ve cevapta diğer tüm domainleri json veya txt olarak dışa aktarır ve domainleri ekrana yazdırır.
Desteklenen alan biçimleri: 👇
- www.example.com ✅
- example.com ✅
- http://example.com / https://example.com ❌ ( Böyle bir durumda araç çalışmayacaktır. )
Some images of the project / Projeye ait bazı görseller 👇