Dig DNS tools for windows not need install linux for use Dig command for networking lab
نسخة طبق الأصل من أداة dig الشهيرة في لينكس، تعمل على ويندوز بدون الحاجة إلى تثبيت بايثون أو أي مكتبات خارجية. تم تطويرها بواسطة abdo_hak47 من الأغواط، الجزائر 🇩🇿.
- ✅ مستقلة تمامًا – ملف
.exeواحد فقط. - ✅ تدعم جميع خيارات dig –
+short,+trace,+tcp, إلخ. - ✅ مُثبِّت تلقائي – يضيف الأداة إلى
PATHلتعمل من أي مكان. - ✅ لا تحتاج صلاحيات خاصة للتشغيل (باستثناء التثبيت).
- ✅ خفيفة وسريعة – مبنية بـ Python ومجمعة بـ PyInstaller.
- اذهب إلى صفحة الإصدارات (Releases).
- حمّل
Dig-setup.exeللتثبيت التلقائي، أوdig.exeللنسخة المحمولة. - للتثبيت: شغّل
Dig-setup.exeكمسؤول واتبع الخطوات. - للاستخدام المحمول: ضع
dig.exeفي أي مجلد، وافتح موجه الأوامر منه. - بعد التثبيت، افتح
cmdوجرب الأمر:dig google.com
dig google.com # استعلام A عادي dig google.com MX # سجلات البريد dig -x 8.8.8.8 # بحث عكسي dig example.com +short # إجابة مختصرة dig example.com +trace # تتبع مسار الاستعلام
إذا أردت بناء الملف التنفيذي بنفسك:
git clone https://github.com/AHX47/dig-for-windows.git cd dig-for-windows build\build.bat
المتطلبات: Python 3.9+ مع تثبيت PyInstaller (سيتم تثبيته تلقائيًا).
abdo_hak47
📍 الأغواط، الجزائر
🎓 طالب بجامعة عمار ثليجي
🐙 GitHub
هذا المشروع مرخص تحت MIT License – لك مطلق الحرية في استخدامه وتعديله.
A faithful Windows port of the famous BIND dig utility. No Python, no dependencies – just a single executable. Developed by abdo_hak47 from Laghouat, Algeria 🇩🇿.
- ✅ Standalone – Single
.exefile. - ✅ Full dig compatibility – All standard options supported.
- ✅ Automatic installer – Adds itself to system
PATH. - ✅ No admin required to run (only for installation).
- ✅ Lightweight and fast – Built with Python + PyInstaller.
- Go to the Releases page.
- Download
Dig-setup.exefor automatic installation, ordig.exefor portable use. - To install: Run
Dig-setup.exeas Administrator and follow the prompts. - Portable use: Place
dig.exein any folder and open Command Prompt there. - After installation, open
cmdand try:dig google.com
dig google.com # Standard A record lookup dig google.com MX # Mail server lookup dig -x 8.8.8.8 # Reverse DNS lookup dig example.com +short # Short output dig example.com +trace # Trace delegation path
To build the executable yourself:
git clone https://github.com/AHX47/dig-for-windows.git cd dig-for-windows build.bat
Requirements: Python 3.9+ (PyInstaller will be installed automatically).
abdo_hak47
📍 Laghouat, Algeria
🎓 Student at University Amar Telidji
🐙 GitHub
This project is licensed under the MIT License.