wordpress
-
OSCP
Rooting Mr. Robot
Task Goal: 1. To get root access to the machine 2. Acquire three keys: Key 1: 073403c8a58a1f80d943455fb30724b9 Key 2: 822c73956184f694993bede3eb39f959…
Read More » -
Web Security
Force HTTPS on WordPress
How to implement? Code: RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
Read More »