Skip to content
KitploitKITPLOIT
أدواتالمدونة
إرسال
أدواتالمدونة
إرسال

أدوات الاختراق واختبار الاختراق والأمن السيبراني لترسانتك الأمنية!

Kitploit هو دليل لأدوات الاختراق والأمن السيبراني واختبار الاختراق. اكتشف آخر تحديثات المشاريع للعثور على الثغرات وتحليل الأنظمة وأتمتة الاختبارات وتعزيز أمنك.

··الخلاصات·اتصال·الخصوصية·© 2026 Kitploit

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
domhttpx — domhttpx هي أداة دوركر لمحرك بحث جوجل مع مجموعة أدوات HTTP مبنية بلغة Python، يمكنها تسهيل العثور على العديد من عناوين URL/IP في وقت واحد بسرعة. | Kitploit
أدوات/GitHubGitHub/naufalardhani/domhttpx
الاستخبارات مفتوحة المصدر (OSINT)الاستطلاعجمع المعلوماتأمن الويباختبار الاختراق
GitHubnaufalardhani/domhttpx

domhttpx

domhttpx هي أداة دوركر لمحرك بحث جوجل مع مجموعة أدوات HTTP مبنية بلغة Python، يمكنها تسهيل العثور على العديد من عناوين URL/IP في وقت واحد بسرعة.

عرض المستودع
71112منذ سنة واحدةلم تتم المراجعة بعد

الأكثر شعبية

عرض الكل →

اكتشف الأدوات الأكثر استخدامًا من قبل مجتمعنا.

استكشف جميع الأدوات

تصفح مجموعتنا من الأدوات

عرض جميع الأدوات →
مشاركة

domhttpx هو أداة بحث في محرك بحث جوجل مع أدوات HTTP مبنية بلغة Python، يمكن أن تسهل عليك العثور على العديد من عناوين URL/IP في وقت واحد بسرعة.

قائمة

  • تثبيت
  • الاستخدام
    • العلامات
    • الاستخدام الأساسي
    • كلمة مفتاحية واحدة
    • كلمات مفتاحية متعددة
    • استخراج عنوان الصفحة
    • استخراج عنوان الصفحة من المسار الحقيقي
    • استخراج رمز الحالة
    • استخراج رمز الحالة من المسار الحقيقي
    • استخراج خادم الويب
  • مثال تشغيل
  • مساعدة وأخطاء
  • شكر

تثبيت

لأنظمة ويندوز ولينكس وماك.

root@kitploit:~
> git clone https://github.com/naufalardhani/domhttpx.git
> cd domhttpx 
> pip3 install -r requirements.txt
> python3 domhttpx.py --help

باستخدام Docker

root@kitploit:~
> docker pull naufalardhani/domhttpx:0.0.1
> docker run naufalardhani/domhttpx:0.0.1 --help

الاستخدام

العلامات

سيظهر هذا المساعدة للأداة. إليك جميع المفاتيح التي تدعمها.

الاستخدام الأساسي

root@kitploit:~
> domhttpx.py --keyword [keyword] --amount [amount]

كلمة مفتاحية واحدة

root@kitploit:~
> domhttpx.py --keyword pentesting --amount 5

كلمات مفتاحية متعددة

root@kitploit:~
> domhttpx.py --keyword "pentesting basic" --amount 5

استخراج عنوان الصفحة

root@kitploit:~
> domhttpx.py --keyword "pentesting basic" --amount 5 --title

استخراج عنوان الصفحة من المسار الحقيقي

root@kitploit:~
> domhttpx.py --keyword "pentesting basic" --amount 5 --title --real-path

استخراج خادم الويب

root@kitploit:~
> domhttpx.py --keyword "pentesting basic" --amount 5 --web-server

مثال تشغيل

تشغيل domHttpx باستخدام الأمر الافتراضي

سيقوم هذا بتشغيل أداة بحث تلقائي مع الكلمة المفتاحية والرقم المحددين

root@kitploit:~
➤ domhttpx.py --keyword indonesia --amount 20     

     _           _  _ _   _
  __| |___ _ __ | || | |_| |_ _ ____ __
 / _` / _ \ '  \| __ |  _|  _| '_ \ \ /
 \__,_\___/_|_|_|_||_|\__|\__| .__/_\_\
                             |_| v1.0.0

            naufalardhani.com

https://www.suara.com
https://www.suara.com
https://www.suara.com
https://en.wikipedia.org
https://en.wikipedia.org
https://en.wikipedia.org
https://en.wikipedia.org
https://en.wikipedia.org
https://id.wikipedia.org
https://id.wikipedia.org
https://id.wikipedia.org
https://id.wikipedia.org
https://id.wikipedia.org
https://www.indonesia.travel
https://www.britannica.com
https://indonesia.go.id
https://www.garuda-indonesia.com
https://wikitravel.org
https://www.aljazeera.com
https://www.worldbank.org


[INFO] Searching domain for indonesia keyword
[INFO] Found 20 domain

إظهار الناتج كـ IP

root@kitploit:~
➤ domhttpx.py --keyword indonesia --amount 9 --only-ip

     _           _  _ _   _
  __| |___ _ __ | || | |_| |_ _ ____ __
 / _` / _ \ '  \| __ |  _|  _| '_ \ \ /
 \__,_\___/_|_|_|_||_|\__|\__| .__/_\_\
                             |_| v1.0.0

            naufalardhani.com

54.192.146.34
103.102.166.224
104.93.220.176
104.18.19.221
202.89.117.193
104.18.11.196
172.67.161.37
104.93.115.155
199.232.44.143


[INFO] Searching IP for indonesia keyword
[INFO] Found 9 IP

استخراج المسار الحقيقي

root@kitploit:~
➤ domhttpx.py --keyword indonesia --amount 9 --real-path

     _           _  _ _   _
  __| |___ _ __ | || | |_| |_ _ ____ __
 / _` / _ \ '  \| __ |  _|  _| '_ \ \ /
 \__,_\___/_|_|_|_||_|\__|\__| .__/_\_\
                             |_| v1.0.0

            naufalardhani.com

https://www.suara.com/entertainment/2021/07/01/211333/6-aktor-indonesia-main-di-film-hollywood-tak-cuma-andalkan-tampang
https://en.wikipedia.org/wiki/Indonesia
https://www.indonesia.travel/id/en/home
https://www.britannica.com/place/Indonesia
https://indonesia.go.id/
https://www.garuda-indonesia.com/
https://wikitravel.org/en/Indonesia
https://www.aljazeera.com/where/indonesia/
https://www.lonelyplanet.com/indonesia


[INFO] Searching domain for indonesia keyword
[INFO] Found 9 domain

استخراج رمز الحالة

root@kitploit:~
➤ domhttpx.py --keyword "Indonesia Basketball League" --amount 10 --status-code 

     _           _  _ _   _
  __| |___ _ __ | || | |_| |_ _ ____ __
 / _` / _ \ '  \| __ |  _|  _| '_ \ \ /
 \__,_\___/_|_|_|_||_|\__|\__| .__/_\_\
                             |_| v1.0.0

            naufalardhani.com

https://en.wikipedia.org [200]
https://iblindonesia.com [200]
https://iblindonesia.com [200]
https://iblindonesia.com [200]
https://iblindonesia.com [200]
https://iblindonesia.com [200]
https://twitter.com [200]
https://twitter.com [200]
https://en.wikipedia.org [200]
https://en.wikipedia.org [200]


[INFO] Searching domain for Indonesia Basketball League keyword
[INFO] Found 10 domain

استخراج عنوان الصفحة

root@kitploit:~
➤ domhttpx.py --keyword "Ananta Dandy" --amount 10 --real-path --title              

     _           _  _ _   _
  __| |___ _ __ | || | |_| |_ _ ____ __
 / _` / _ \ '  \| __ |  _|  _| '_ \ \ /
 \__,_\___/_|_|_|_||_|\__|\__| .__/_\_\
                             |_| v1.0.0

            naufalardhani.com

https://www.dbl.id/camp/1/campers/98/ananta-dandy [Campers - Ananta Dandy]
https://www.dbl.id/u/profile/12379/ananta-dandy [Ananta Dandy Profile | DBL ID]
https://www.instagram.com/anantadandy/?hl=en [Page Not Found • Instagram]
https://play.fiba3x3.com/players/d3a6cc16-fd25-424d-a3a4-62515c5cd075 [Ananta Dandy]
https://www.youtube.com/watch?v=DghZd7E3YL0 [Ananta Dandy  - Rakan - Rafie - Saddam & Zee Bikin Komunitas #Basket Komplek | Isinya Jagoan Semua ! - YouTube]
https://www.youtube.com/watch?v=J4oOSmfOlmA [Next in Line #12: Ananta Dandy Tentang Bermain melawan Filipin & Motivasi Untuk Juara DBL. - YouTube]
https://www.youtube.com/watch?v=A4xu1aMWCy0 [ANANTA DANDY DAN MUHAMAD HAFIZH | DYNAMIC DUO DARI SMAN 71 JAKARTA - YouTube]
https://archive.fiba.com/pages/eng/fa/player/p/pid/137281/sid/13264/tid/302/tid2//_/2017_SEABA_U16_Championship_for_Men/index.html [Ananta Dandy Putra Tarigan's profile | 2017 SEABA U16 Championship for Men | ARCHIVE.FIBA.COM]
http://sman71.sch.id/2020/08/data-sementara-alumni-siswa-sman-71-tahun-2020-yang-diterima-di-ptn/ [Data Sementara Alumni Siswa SMAN 71 Tahun 2020 yang Diterima di PTN – SMAN 71]
https://www.mainbasket.com/r/6522/muhamad-hafizh-gua-ingin-jadi-pemain-indonesia-pertama-di-nba [Muhamad Hafizh: Gua Ingin Jadi Pemain Indonesia Pertama di NBA - mainbasket.com]


[INFO] Searching domain for Ananta Dandy keyword
[INFO] Found 10 domain

مساعدة وأخطاء

إذا كنت لا تزال مشوشًا أو وجدت خطأ، يرجى فتح مشكلة. جميع تقارير الأخطاء محل تقدير، وسيتم الرد عليها في أقرب وقت ممكن، شكرًا!

شكر

  • @MarioVilas - يستخدم domhttpx أداة dorker من حزمة googlesearch التي صنعها
  • @projectdiscovery - لأنني استلهمت من مشروعهم httpx، ولهذا صنعت domhttpx
  • @p4kl0nc4t - الذي قدم العديد من الحلول في صنع domHttpx
تنزيل الأداة
العلامةالوصفمثال
-ip, --only-ipإظهار الناتج كـ IP فقطdomhttpx --only-ip
-od, --only-domainإظهار الناتج كـ نطاق فقطdomhttpx --only-domain
-rp, --real-pathاستخراج المسار الحقيقيdomhttpx -k [keyword] -a [amount] --real-path
-p, --pathمسار URL مخصصdomhttpx -k [keyword] -a [amount] --path [custom_path]
-sc, --status-codeاستخراج رمز الحالةdomhttpx -k [keyword] -a [amount] --status-code
-t, --titleاستخراج عنوان الصفحةdomhttpx -k [keyword] -a [amount] --title
-ws, --web-serverاستخراج خادم الويبdomhttpx -k [keyword] -a [amount] --server
-cr, --check-resultالتحقق من قائمة النتائجdomhttpx --check-result
-sr, --show-resultعرض محتوى النتيجةdomhttpx --show-result result.txt
-rr, --remove-resultحذف ملف النتيجةdomhttpx --remove-result result.txt
-o, --outputملف لكتابة الناتجdomhttpx -k [keyword] -a [amount] -o output.txt
-s, --silentإظهار النطاقات الفرعية فقط في الناتجdomhttpx -k [keyword] -a [amount] --silent
-v, --versionإظهار إصدار البرنامج الحاليdomhttpx --version