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

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

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

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

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
Searpy — 🥀 مجموعة أدوات محرك البحث، جمع عناوين URL، البحث عن عنوان IP الحقيقي عبر بصمة Favicon، البحث عن النطاقات الفرعية | Kitploit
أدوات/GitHubGitHub/j3ers3/searpy
الاستخبارات مفتوحة المصدر (OSINT)الاستطلاعتعداد DNS والنطاقات الفرعيةجمع المعلوماتأمن الويبتعداد النطاقات الفرعية
GitHubj3ers3/searpy

Searpy

🥀 مجموعة أدوات محرك البحث، جمع عناوين URL، البحث عن عنوان IP الحقيقي عبر بصمة Favicon، البحث عن النطاقات الفرعية

عرض المستودع
21422منذ 3 سنواتتمت المراجعة من قبل Kitploit

الأكثر شعبية

عرض الكل →

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

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

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

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

🥀 Searpy Stage Python 2.7 Python 3.7 Build Status

🔧 أداة بحث دفعة، يمكن استخدامها للتجميع والتتبع

يدعم py2 و py3

1. التثبيت

root@kitploit:~
git clone https://github.com/j3ers3/Searpy
pip install -r requirements.txt

تكوين API والحساب في ./config.py

python Searpy -h

2. المساعدة

root@kitploit:~
Searpy Engine Tookit

optional arguments:
  -h, --help            show this help message and exit

ENGINE:
  --baidu               Using baidu Engine
  --google              Using google Engine
  --so                  Using 360so Engine
  --bing                Using bing Engine
  --shodan              Using shodan Engine
  --fofa                Using fofa Engine
  --zoomeye             Using zoomeye Engine
  --goo                 Using goo Engine
  --yahoo               Using yahoo Engine
  --quake               Using quake Engine
  --hunter              Using hunter Engine

SCRIPT:
  --shodan_icon SHODAN_ICON
                        Get ip list which using the same favicon.ico
  --fofa_icon FOFA_ICON
                        Get ip list which using the same favicon.ico

MISC:
  -s SEARCH             Speciy Keyword
  -o OUTPUT             Specify output file default output.txt
  -p PAGE               Search page (default 1)
  -l LIMIT              Maximum searching results (default:10) Only Shodan
  --proxy PROXY         HTTP Proxy, eg http://127.0.0.1:8080

2.1 أمثلة

root@kitploit:~
python3 Searpy.py --fofa -s "app=jboss" -p10
python3 Searpy.py --shodan -s "weblogic" -l10 
python3 Searpy.py --quake -s 'domain="baidu.com"'
python3 Searpy.py --hunter -s 'domain="baidu.com"'

python3 Searpy.py --bing -s 'site:baidu.com'
python3 Searpy.py --google -s "inurl:login.action" -p1 --proxy http://127.0.0.1:1080

-w762

2.2 وظائف أخرى

استخدام تجزئة أيقونة favicon.icon للعثور على مواقع تستخدم نفس الأيقونة، يمكن استخدامها لتتبع عنوان IP الحقيقي واكتشاف الأصول

root@kitploit:~
python3 Searpy.py --shodan_icon https://www.qq.com
python3 Searpy.py --fofa_icon https://www.qq.com

لقطة شاشة 2020-09-15 09.44.36

3. استدعاء الوحدة

root@kitploit:~
>>> from Searpy import Bing
>>> s = Bing('inurl:php?id=1', 2)
>>> s.search()
>>> for i in s.result:
>>>     print(i)

4. محركات البحث المدعومة

  • Shodan
  • Fofa
  • Zoomeye
  • Censys
  • Dnsdb
  • Google
  • Baidu
  • Bing
  • 360so
  • Goo
  • Yahoo
  • Quake
  • Hunter

5. قائمة المهام

  • إضافة بحث النطاق الفرعي

6. سجل التغييرات

v2.3

  • إصلاح بعض الأخطاء
  • إضافة وحدة fofa_icon

v2.2

  • إصلاح بعض الأخطاء

7. التبرعات

  • XMR: 498AoZRwfC11Fa4LwAyVVp3wRD4Zyf1e1HziegczeWeSYVVTZ8gw8CoNPm5yhY91tkDqDMBg6A5KUfyowMtdkQDrDxE5aVN
  • BTC: 1ALWC7rGL4dHgbyy4R8uTVHmDugPDD7Rvt
تنزيل الأداة