WPHardening v1.6 - حصانة أمان أي تثبيت وورد





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

التثبيت يتطلب
تثبيت WPHardening تنفيذ أمر واحد لوحدة التحكم:
$ pip install -r requirements.txt

استعمال
$ 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
قبل استخدام الأداة ، يجب أن نضمن أن دليل العمل الخاص بنا هوWordPress .
$ python wphardening.py -d /home/path/to/wordpress -v

تغيير الأذونات
هذا الخيار هو إضافة الأذونات الصحيحة إلى الملفات والدلائل.
$ python wphardening.py -d /home/path/to/wordpress --chmod -v

إزالة الملفات التي لم يتم استخدامها
جزء من تحصين أي نظام هو إزالة تلك الملفات أو الدلائل أو المكونات المطلوبة.
$ python wphardening.py -d /home/path/to/wordpress --remove -v

إنشاء ملف robots.txt
لا يتضمن WordPress الافتراضي ملف robots.txt مع هذا الخيار poemos تخصيص ملف robots.txt الخاص بنا
$ python wphardening.py -d /home/path/to/wordpress --robots -v
لمزيد من المعلومات robots.txt 

قم بإزالة كل البصمات والإصدار
$ python wphardening.py -d /home/path/to/wordpress --fingerprinting -v

تحقق من مكتبة TimThumb
$ python wphardening.py -d /home/path/to/wordpress --timthumb -v

إنشاء ملف فهرس يتم إنشاء
هذا الملف كطريقة لتجنب الإبحار في دليل.
$ python wphardening.py -d /home/path/to/wordpress --indexes -v

تنزيل
إضافات الأمان فيما يلي قائمة بمكونات الأمان الأكثر شيوعًا والتي يمكنك تنزيلها تلقائيًا:
$ python wphardening.py -d /home/path/to/wordpress --plugins

معالج تم إنشاؤه wp-config.php يقوم
هذا الأمر تلقائيًا بإنشاء ملف يسمى wp-config-wpharening.phpوالذي يمكنه بعد ذلك إعادة تسميته.
$ python wphardening.py -d /home/path/to/wordpress --wp-config

6G جدران الحماية
$ python wphardening.py -d /home/path/to/wordpress --6g-firewall

تعطيل REST API
$ python wphardening.py -d /home/path/to/wordpress --rest-api

تحديث WPHardening
باستخدام هذا الخيار ، يمكنك دائمًا الحصول على أحدث إصدار من WPHardening.
$ python wphardening.py --update

استخدم جميع الخيارات
$ 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

Commentaires

Posts les plus consultés de ce blog