Wordpress: Difference between revisions

From Server STB
Jump to navigation Jump to search
(Created page with "Wordpress")
 
No edit summary
Line 1: Line 1:
Wordpress
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

Revision as of 08:17, 14 September 2023

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