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

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

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

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

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
أدوات/GitHubGitHub/swisskyrepo/wordpresscan
الاستطلاعماسحات الثغرات الأمنيةماسحات الثغرات الأمنية للويبهجمات كلمات المرورجمع المعلوماتأمن الويبArchived
GitHubswisskyrepo/wordpresscan

Wordpresscan

WPScan أعيدت كتابته بلغة Python + بعض أفكار WPSeku

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

الأكثر شعبية

عرض الكل →

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

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

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

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

Wordpresscan

ماسح ووردبريس بسيط مكتوب بلغة بايثون بناءً على عمل WPScan (إصدار روبي)، بعض الميزات مستوحاة من WPSeku.

إخلاء مسؤولية

root@kitploit:~
مؤلفو هذا المستودع غير مسؤولين عن سوء الاستخدام أو عن أي ضرر قد تسببه!
أنت توافق على أنك تستخدم هذا البرنامج على مسؤوليتك الخاصة.

التثبيت والتشغيل

التثبيت

root@kitploit:~
git clone https://github.com/swisskyrepo/Wordpresscan.git
cd Wordpresscan

البيئة الافتراضية

root@kitploit:~
virtualenv .venv -p /usr/bin/python2.7
source .venv/bin/activate
pip install -r requirements.txt

أمثلة

المثال 1 : تحديث أساسي وفحص لووردبريس

root@kitploit:~
python wordpresscan.py -u "http://localhost/wordpress" --update --random-agent

-u : رابط ووردبريس
--update : تحديث قاعدة بيانات wpscan
--aggressive : تشغيل إصدار عدائي لفحص الإضافات/القوالب
--random-agent : استخدام وكيل مستخدم عشوائي لهذه الجلسة

المثال 2 : هجوم القوة العمياء الأساسي (خيارات --brute, --nocheck)

  • هجوم القوة العمياء على أسماء مستخدمين مخصصة
root@kitploit:~
python wordpresscan.py -u "http://127.0.0.1/wordpress/" --brute --usernames "admin,guest" --passwords-list fuzz/wordlist.lst
  • هجوم القوة العمياء مع قائمة أسماء مستخدمين
root@kitploit:~
python wordpresscan.py -u "http://127.0.0.1/wordpress/" --brute --users-list fuzz/wordlist.lst --passwords-list fuzz/wordlist.lst
  • هجوم القوة العمياء على المستخدمين المكتشفين
root@kitploit:~
python wordpresscan.py -u "http://127.0.0.1/wordpress/" --brute --passwords-list fuzz/wordlist.lst
root@kitploit:~
╭─ 👻 swissky@crashlab: ~/Github/Wordpresscan  ‹master*›
╰─$ python main.py -u "http://127.0.0.1/wordpress/" --brute --users-list fuzz/wordlist.lst --passwords-list fuzz/wordlist.lst --nocheck       
_______________________________________________________________
 _    _               _                                         
| |  | |             | |                                        
| |  | | ___  _ __ __| |_ __  _ __ ___  ___ ___  ___ __ _ _ __  
| |/\| |/ _ \| '__/ _` | '_ \| '__/ _ \/ __/ __|/ __/ _` | '_ \
\  /\  / (_) | | | (_| | |_) | | |  __/\__ \__ \ (_| (_| | | | |
 \/  \/ \___/|_|  \__,_| .__/|_|  \___||___/___/\___\__,_|_| |_|
                       | |                                      
                       |_|                                      
 WordPress scanner based on wpscan work - @pentest_swissky      
_______________________________________________________________
[+] URL: http://127.0.0.1/wordpress/

[!] The Wordpress 'http://127.0.0.1/wordpress/readme.html' file exposing a version number: 4.4.7
[i] Uploads directory has directory listing enabled : http://127.0.0.1/wordpress/wp-content/uploads/
[i] Includes directory has directory listing enabled : http://127.0.0.1/wordpress/wp-includes/

[i] Bruteforcing all users
[+] User found admin
[+] Starting passwords bruteforce for admin
Bruteforcing - ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

المثال 3 : التفكير مبالغ فيه، هذا عدائي، غير مستحسن في الغالب!

root@kitploit:~
python wordpresscan.py -u "http://127.0.0.1/wordpress/" --fuzz

[i] Enumerating components from aggressive fuzzing ...
[i] File: http://127.0.0.1/wordpress/license.txt - found
[i] File: http://127.0.0.1/wordpress/readme.html - found
[i] File: http://127.0.0.1/wordpress/wp-admin/admin-footer.php - found
[i] File: http://127.0.0.1/wordpress/wp-admin/css/ - found
[i] File: http://127.0.0.1/wordpress/wp-admin/admin-ajax.php - found
[i] File: http://127.0.0.1/wordpress/wp-activate.php - found
--fuzz :  Will fuzz the website in order to detect as much file, themes and plugins as possible

مثال على المخرجات من بيئة اختبار

alt tag

نشر بيئة اختبار

root@kitploit:~
docker-compose -f wordpress_compose.yml up -d

لتفعيل واجهة wp-json برمجية، تحتاج إلى تغيير "الرابط الثابت" إلى أي شيء غير "بسيط" في الإعدادات.

الاعتمادات والمساهمون

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