Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dig-for-windows

Dig DNS tools for windows not need install linux for use Dig command for networking lab

Dig for Windows 🖥️

version license platform

العربية | English


🇩🇿 Dig for Windows – أداة DNS احترافية لويندوز

نسخة طبق الأصل من أداة dig الشهيرة في لينكس، تعمل على ويندوز بدون الحاجة إلى تثبيت بايثون أو أي مكتبات خارجية. تم تطويرها بواسطة abdo_hak47 من الأغواط، الجزائر 🇩🇿.

✨ المميزات

  • مستقلة تمامًا – ملف .exe واحد فقط.
  • تدعم جميع خيارات dig+short, +trace, +tcp, إلخ.
  • مُثبِّت تلقائي – يضيف الأداة إلى PATH لتعمل من أي مكان.
  • لا تحتاج صلاحيات خاصة للتشغيل (باستثناء التثبيت).
  • خفيفة وسريعة – مبنية بـ Python ومجمعة بـ PyInstaller.

📥 التحميل والتثبيت

  1. اذهب إلى صفحة الإصدارات (Releases).
  2. حمّل Dig-setup.exe للتثبيت التلقائي، أو dig.exe للنسخة المحمولة.
  3. للتثبيت: شغّل Dig-setup.exe كمسؤول واتبع الخطوات.
  4. للاستخدام المحمول: ضع dig.exe في أي مجلد، وافتح موجه الأوامر منه.
  5. بعد التثبيت، افتح 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 – لك مطلق الحرية في استخدامه وتعديله.


🇬🇧 Dig for Windows – Standalone DNS Tool

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 🇩🇿.

✨ Features

  • Standalone – Single .exe file.
  • 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.

📥 Download & Installation

  1. Go to the Releases page.
  2. Download Dig-setup.exe for automatic installation, or dig.exe for portable use.
  3. To install: Run Dig-setup.exe as Administrator and follow the prompts.
  4. Portable use: Place dig.exe in any folder and open Command Prompt there.
  5. After installation, open cmd and try: dig google.com

🛠️ Usage Examples

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

🔧 Build from Source

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).

👨‍💻 Author

abdo_hak47
📍 Laghouat, Algeria
🎓 Student at University Amar Telidji
🐙 GitHub

📜 License

This project is licensed under the MIT License.

About

Dig DNS tools for windows not need install linux for use Dig command for networking lab

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages