Database

XSS Room Walkthrough - TryHackMe

Cross-Site Scripting (XSS) is a prevalent web security vulnerability that attackers exploit to inject malicious scripts into seemingly legitimate websites. These scripts then execute within the victim’s browser, potentially compromising their data, hijacking sessions, or even redirecting them to malicious websites. XSS Room Answers for this room 1)I completed the Intro to cross site…
Read more

Mastering SQL Injection Attacks Real-Life Case Studies & Future Trends

SQL Injection Attacks: Famous Incidents, Prevention, and Educational Insights

Database

Insecure Deserialisation - TryHackMe

Insecure deserialization occurs when an application trusts serialized data without proper validation. Serialization is the process of converting an object (data structure) into a byte stream for storage or transmission. Deserialization reverses this process, reconstructing the object from the byte stream. Insecure deserialization arises when this deserialization process happens without validating…
Read more

Mastering SQL Injection Attacks Real-Life Case Studies & Future Trends

SQL Injection Attacks: Famous Incidents, Prevention, and Educational Insights