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 » -
Start Burpsuite using command line
If you don't want to start your burpsuite, which consumes all your available resources (RAM), then I think the following…
Read More »