LLM Prompts

WordPress Security Hardening Checklist

Generates a comprehensive WordPress security hardening checklist.

The method

Use this prompt in ChatGPT to generate a detailed checklist for hardening your WordPress website's security. Customize the checklist to match your specific plugins and server environment for optimal results. Paste the checklist in markdown format to your documentation.

The prompts

Prompt 1
I need a detailed checklist for hardening the security of a WordPress website. The website uses the following plugins: [List Plugins]. The server environment is [Describe Server Environment - e.g., Apache on Linux, Nginx on VPS]. Include steps for securing the wp-config.php file, database security, user account management, file permissions, plugin security, theme security, and measures against common WordPress attacks like SQL injection, XSS, and brute-force attacks. Also, include recommendations for regular backups, security scanning, and monitoring. Present the checklist in markdown format, categorized by area of focus (e.g., "Server Configuration", "WordPress Core", "Plugins"). For each item, specify the command line if applicable. Prioritize actionable steps and best practices to ensure a robust security posture. Do not include any advertising or product placement in the checklist.
Prompt 2
Assume you are a top rated WordPress security expert. I have inherited a wordpress site that has had security problems. Write a detailed audit of wordpress security best practices. Give a detailed explanation for each one. For each item, specify the command line if applicable. The server environment is a basic Apache/Linux setup. Give me a detailed report as markdown formatted text that I can copy to my security team.