Wordpress

From Server STB
Revision as of 02:51, 20 September 2023 by Admin (talk | contribs) (→‎Scan)
Jump to navigation Jump to search

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

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