How to Prevent SQL Injection in Laravel

Learn how to prevent SQL injection in Laravel. Our Laravel Support team is here to help you with your questions and concerns. How to Prevent SQL Injection in Laravel SQL injection stands as a threat in the realm of cyber attacks. The SQL code infiltrates the input...

Security Testing of Web Applications (III/III)

Last week I spoke about SQL injection attacks used to try and gain access to the Administrative Interface on an application sever. This week I will be talking about three other methods used to try and do the same. Parameter Tampering: Parameter tampering is a form of...

Security Testing of Web Applications (II/III)

Last week I spoke about Session hijacking and methods to secure Authentication details. This week I will be talking about the various types of attacks that are used to try and gain access to the Administrative Interface on the target application server. Administrative...