Wordpress: Difference between revisions

From Server STB
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:
* Unutuk mematikan tambah tema dan plugin di wordpress tambahakan script ini<b> define('DISALLOW_FILE_MODS',true);</b> di wp-config.conf
* Unutuk mematikan tambah tema dan plugin di wordpress tambahakan script ini<b> define('DISALLOW_FILE_MODS',true);</b> di wp-config.conf
* htaccess
* htaccess
<Directory /your/directorypath/>
    php_admin_value engine Off
</Directory>


== Scan ==
== Scan ==

Revision as of 03:00, 20 September 2023

Baerbagai macam konfigurasi wordpress

  • Unutuk mematikan tambah tema dan plugin di wordpress tambahakan script ini define('DISALLOW_FILE_MODS',true); di wp-config.conf
  • htaccess

<Directory /your/directorypath/>

    php_admin_value engine Off

</Directory>

Scan

grep -r "File Manager"

grep -r "adminer"

grep -r "c3RyX3JvdDEz"

grep -r "Z3ppbmZsYXRl"

grep -r "YmFzZTY0X2RlY29kZQ"

grep -r "c3RyX3JvdDEz"

grep -r "uname"

grep -r "str_rot13"

find -type f -name '*.php'

find -name "*.php" -mtime 7

find . -type d -name 'backdoor' -exec rm -r {} +

find -type f -name '*.htaccess' -delete

find -type f -printf '%TY-%Tm-%Td %TT %p\n' | sort -r

docker-compose up -d

docker-compose down