워드프레스 악성 스크립트 제거
select * from wp_posts where post_content LIKE '%voipnewswire%'; select * from wp_posts where post_content LIKE '%uustoughtonma%'; select * from wp_posts where post_content LIKE '%examhome%'; UPDATE `wp_posts` SET post_content = REPLACE (post_content, "", ""); UPDATE `wp_posts` SET post_content = REPLACE (post_content, "", ""); UPDATE `wp_posts` SET post_content = REPLACE (post_content, "", "");
워드프레스 (Wordpress)
2023. 3. 4. 13:42
