7 Commits

Author SHA1 Message Date
3bdb2b0a6a Fix XSS by applying context-aware encoding 2026-01-11 15:40:59 +02:00
34898059d9 Prepare XSS environment and XSS attack proof 2026-01-11 15:18:17 +02:00
f94a1ebbd5 Fix SQL injection in login using prepared statements part 2 2026-01-10 22:44:55 +02:00
75f47a76b0 Fix SQL injection in login using prepared statements 2026-01-10 22:31:10 +02:00
6a2ca8f2a4 Prepare report files 2026-01-10 22:03:55 +02:00
b814885a96 Dockerize passman for modern environments
Ported the original passman PHP/MySQL application to a Docker-based setup using Apache and MariaDB.
Fixed compatibility issues with modern PHP/MariaDB versions (HTTP header handling and database collation) using minimal, targeted changes.
Preserved the original application logic and structure while ensuring correct execution in a contemporary containerized environment.
baseline
2026-01-10 19:20:00 +02:00
61c777f33a Init commit with passman (and XSS) files aranged as a deployed environment 2026-01-10 17:56:35 +02:00