Force HTTPS on WordPressHow to implement? Code: RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]March 10, 2020No Commentshtaccess, https, samdup, tcert, wordpress
Start Burpsuite using command lineIf you don't want to start your burpsuite, which consumes all your available resources (RAM), then I think the following way will safe you. By the way, I have only…June 22, 2019No CommentsBurp Suite, samdup, tcert, Tips