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

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

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

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

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
أدوات/GitHubGitHub/elcodigok/wphardening
أدوات دفاعيةماسحات الثغرات الأمنيةتدقيق التكوينأمن الويبسوء التكوين
GitHubelcodigok/wphardening

wphardening

تعزيز أمان أي تثبيت ووردبريس.

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

الأكثر شعبية

عرض الكل →

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

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

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

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

WPHardening Build Status Coverage Status

WPHardening

قم بتعزيز أمان أي تثبيت ووردبريس.

❮ ملاحظة ❯ تصدر هذه الأداة إصدارات جديدة بانتظام. تأكد من تحديث تبعياتك بشكل متكرر للحصول على أحدث إصدار. اطّلع على سجل التغييرات أو CHANGELOG.md للتعرف على الميزات الجديدة.


التثبيت

يتطلب تثبيت WPHardening تنفيذ أمر وحدة تحكم واحد:

root@kitploit:~
$ pip install -r requirements.txt

الاستخدام

root@kitploit:~
$ python wphardening.py -h 

 __          _______  _    _               _            _
 \ \        / /  __ \| |  | |             | |          (_)
  \ \  /\  / /| |__) | |__| | __ _ _ __ __| | ___ _ __  _ _ __   __ _
   \ \/  \/ / |  ___/|  __  |/ _` | '__/ _` |/ _ \ '_ \| | '_ \ / _` |
    \  /\  /  | |    | |  | | (_| | | | (_| |  __/ | | | | | | | (_| |
     \/  \/   |_|    |_|  |_|\__,_|_|  \__,_|\___|_| |_|_|_| |_|\__, |
                                                                 __/ |
        Fortify the security of any WordPress installation.     |___/

     Caceria de Spammers - http://www.caceriadespammers.com.ar

Usage: python wphardening.py [options]

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -v, --verbose         Active verbose mode output results
  --update              Check for WPHardening latest stable version

  Target:
    This option must be specified to modify the package WordPress.

    -d DIRECTORY, --dir=DIRECTORY
                        **REQUIRED** - Working Directory.
    --load-conf=FILE    Load file configuration.

  Hardening:
    Different tools to hardening WordPress.

    -c, --chmod         Chmod 755 in directory and 644 in files.
    -r, --remove        Remove files and directory.
    -b, --robots        Create file robots.txt
    -f, --fingerprinting
                        Deleted fingerprinting WordPress.
    -t, --timthumb      Find the library TimThumb.
    --chown=user:group  Changing file and directory owner.
    --wp-config         Wizard generated wp-config.php
    --plugins           Download Plugins Security.
    --proxy=PROXY       Use a HTTP proxy to connect to the target url for
                        --plugins and --wp-config.
    --indexes           It deny you to display the contents of directories.
    --minify            Compressing static file .css and .js
    --malware-scan      Malware Scan in WordPress project.
    --6g-firewall       6G Firewall.
    --rest-api          Disable REST API.

  Miscellaneous:
    -o FILE, --output=FILE
                        Write log report to FILE.log

أمثلة

التحقق من مشروع ووردبريس

قبل استخدام الأداة، يجب التأكد من أن دليل العمل الخاص بنا هو WordPress.

root@kitploit:~
$ python wphardening.py -d /home/path/to/wordpress -v

تغيير الصلاحيات

هذا الخيار لإضافة الصلاحيات الصحيحة للملفات والدلائل.

root@kitploit:~
$ python wphardening.py -d /home/path/to/wordpress --chmod -v

إزالة الملفات غير المستخدمة

جزء من تعزيز أي نظام هو إزالة تلك الملفات أو الدلائل أو المكونات غير الضرورية.

root@kitploit:~
$ python wphardening.py -d /home/path/to/wordpress --remove -v

إنشاء ملف robots.txt الخاص بك

ووردبريس الافتراضي لا يتضمن ملف robots.txt، مع هذا الخيار يمكننا تخصيص ملف robots.txt الخاص بنا.

root@kitploit:~
$ python wphardening.py -d /home/path/to/wordpress --robots -v

لمزيد من المعلومات robots.txt

إزالة جميع بصمات الإصدار والإصدار

root@kitploit:~
$ python wphardening.py -d /home/path/to/wordpress --fingerprinting -v

التحقق من مكتبة TimThumb

root@kitploit:~
$ python wphardening.py -d /home/path/to/wordpress --timthumb -v

إنشاء ملف الفهرس

يتم إنشاء هذا الملف كوسيلة لمنع التصفح في دليل.

root@kitploit:~
$ python wphardening.py -d /home/path/to/wordpress --indexes -v

تنزيل إضافات الأمان

فيما يلي قائمة بإضافات الأمان الأكثر استخدامًا والتي يمكنك تنزيلها تلقائيًا:

  • AntiVirus
  • Bad Behavior
  • Block Bad Queries
  • Exploit Scanner
  • Latch
  • NinjaFirewall
  • Simple History
  • Stream
  • WP Security Scan
  • WP-DBManager
  • WPS Hide Login
root@kitploit:~
$ python wphardening.py -d /home/path/to/wordpress --plugins

معالج إنشاء ملف wp-config.php

يقوم هذا الأمر تلقائيًا بإنشاء ملف باسم wp-config-wphardening.php يمكنك إعادة تسميته لاحقًا.

root@kitploit:~
$ python wphardening.py -d /home/path/to/wordpress --wp-config

جدار حماية 6G

root@kitploit:~
$ python wphardening.py -d /home/path/to/wordpress --6g-firewall

تعطيل REST API

root@kitploit:~
$ python wphardening.py -d /home/path/to/wordpress --rest-api

تحديث WPHardening

باستخدام هذا الخيار يمكنك دائمًا الحصول على أحدث إصدار من WPHardening.

root@kitploit:~
$ python wphardening.py --update

استخدام جميع الخيارات

root@kitploit:~
$ python wphardening.py -d /home/path/to/wordpress -c -r -f -t --wp-config --indexes --plugins --6g-firewall --rest-api -o /home/user/wphardening.log

الصفحة الرئيسية للمشروع

www.caceriadespammers.com.ar

مستودع Git

https://github.com/elcodigok/wphardening

المشكلات

https://github.com/elcodigok/wphardening/issues

تنزيل الأداة