Wordpress: Difference between revisions

From Server STB
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Banyak Konfigurasi
Baerbagai macam konfigurasi wordpress


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


== Scan ==
== Scan ==

Revision as of 08:25, 14 September 2023

Baerbagai macam konfigurasi wordpress

  • Unutuk mematikan tambah tema dan plugin di wordpress

tambahakan script ini di

define('DISALLOW_FILE_MODS',true);

wp-config.conf

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

docker-compose up -d docker-compose down