How to

7 Results / Page 1 of 1

prevent XSS vulnerability

todayMarch 23, 2021

close

blog + How to Z. Oualid

How to prevent XSS in PHP | Complete guide

XSS vulnerabilities are one of the most popular security issues on the web. Unfortunately, even if the new development technologies have done their best to eliminate this vulnerability, it still exists in all the old and newer apps. To prevent an XSS vulnerability in any development technology, the user’s inputs ...

SQL injection attack

todayFebruary 2, 2021

close

How to + blog Z. Oualid

SQL INJECTION ATTACK PREVENTION IN PHP | CODE EXAMPLES

After several years of penetration testing and working with development teams to secure their systems, I have noticed that there was no complete blog post that gives a detailed explanation of how to prevent SQL injection attacks in all the most popular web application development languages and frameworks. Therefore, I ...

todayJanuary 5, 2021

close

How to + WordPress + blog Z. Oualid

How to secure a wordpress site ?

Hi everyone I hope you are doing well and safe … This is my first blog post and I really want to dedicate it to a question that many people have asked me which is HOW TO SECURE A WORDPRESS SITE? Actually before thinking about making this article, I started ...