From the course: Penetration Testing Web Apps with Kali and Burp Suite
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Setting up WordPress
From the course: Penetration Testing Web Apps with Kali and Burp Suite
Setting up WordPress
- In order to support our testing of content management systems, we'll set up the WordPress CMS on our lamp server. I've SSHD into it. So let's get started. The first thing we'll do is to go into my SQL and add the WordPress databases, sudo my SQL minus U route, and will create database WordPress. Let's also add an administrator account that we can use for CMS support. Create user support at local host identified by support grant all privileges on Startup Star to support at Local host and we can flush privileges and exit. So let's load WordPress now. We can use curl to download it into our temp folder For the moment CD slash TMP, curl minus o https wordpress.org, latest dot tar dot g said And we'll use tar to un zip it. Tar xzvf latest dot tar dot gz. We need to set up the configuration file for WordPress. We'll start by downloading the official salt…