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

C# da struct

Struct – bu qiymat turi (value type) bo‘lib, bir nechta ma'lumotlarni bitta tuzilma sifatida guruhlash uchun ishlatiladi.Structning 3 ta memberlari (a'zolari bor): 1.Field 2.Property 3.MethodField...
0 Read More