Skip to content

juanbiltes/wordpress-security-checks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing Docker

  1. Install Docker for your O.S.
  2. Clone this repository
  3. Open a terminal and access the directory where you've cloned this repository
  4. Run this command docker-compose up -d and wait for everything to finish, although it´ll exit, the server will be running in the background
  5. Access your WordPress in http://localhost:8000
  6. It'll probably ask you to setup the site, use the following config and then click on "Instalar Wordpress":
Titulo del sitio: Security Tests
Nombre del usuario: admin
contrasena: admin
confirma la contrasena: si, checked
tu correo: [email protected]
visibilidad en motores: no, unchecked
  1. Done, now login with user admin and password admin
  2. Last, add a host as this one. If you're on Linux/UNIX run nano /etc/hosts and add a line with this 127.0.0.1 wordpress-security.com. We may use this in some tools.

Usage

Make sure your docker images are running. You can validate this using the docker dashboard (you've already installed it).

Wordpress

Viewing the site

http://localhost:8000

Administration of the instance

http://localhost:8000/wp-admin/

Notes

About

POC for running security checks on a WordPress instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published