Tag

PHP security

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Jan 29, 2024 · Information Security

Guide to Preventing LDAP and SQL Injection Attacks in PHP

This article explains the principles, provides code examples, and outlines preventive measures for LDAP and SQL injection attacks in PHP, helping developers understand how these vulnerabilities work and how to secure their web applications through input validation, parameter binding, and access control.

LDAP injectionPHP securitySQL injection
0 likes · 6 min read
Guide to Preventing LDAP and SQL Injection Attacks in PHP
Laravel Tech Community
Laravel Tech Community
Sep 30, 2020 · Information Security

Understanding Session Hijacking and Session Fixation in PHP Web Applications

The article explains why web applications must never trust client data, describes how PHP sessions are vulnerable to hijacking and fixation attacks, outlines typical attack vectors such as XSS, cookie theft, and brute‑force, and provides practical defense measures like HttpOnly cookies, token validation, and session regeneration.

PHP securitySession HijackingWeb Security
0 likes · 9 min read
Understanding Session Hijacking and Session Fixation in PHP Web Applications