Category Archives: PHP
Solutions To Session Attacks
In this article, we talk about the actual and scenario of session fixation attacks and how they are actually being initialized. Once we understand how each attack is being done, we will talk about the solutions for each attack. Continue reading
Solutions to Cross-Site Scripting (XSS) Attack
Cross site scripting attack also known as XSS is a well known attack known by many developers. However, you might be interested on some real attack that can be used against a system with XSS in this article and how you can protect against yourself in such situation. Continue reading
Solutions to SQL Injection Attack
SQL Injection attack post a very harmful threat to our web business. Reducing and eliminating such attack can be easily be done effortlessly. Checkout these solutions which you might have missed during your development! Prevent SQL Injection attack NOW! Continue reading
Secure File Upload Check List With PHP
Wondering whether your file upload handler function is secure? Read here to check what you might have left and what you can do to better secure your web upload service! Continue reading

