TryHackMe: Race Conditions

TryHackMe: Race Conditions
Real World Analogy Example A Let’s consider this scenario: A bank account has $100. Two threads try to withdraw money at the same time. Thread 1 checks the balance (sees $100) and ...
0 Read More

TryHackMe: Prototype Pollution

TryHackMe: Prototype Pollution
In JS, Prototype functions similarly to Classes Difference Between Class and Prototype in JavaScript Classes Act like blueprints for creating objects. Ensure that all objects created...
0 Read More

TryHackMe: XSS

TryHackMe: XSS
JavaScript for XSS In web browser, go Inspect Element, then go to Console.Let’s review and try some essential JavaScript functions: Alert: You can use the alert() function to display a Jav...
0 Read More