Cross Side Scripting Attacks

3 types of XSS → Reflected XSS→ iNJECT SOMETHING MALICIOUS AND we get a pop up and its reflected to us its never stored on the server and will be reflected on the page so its on the client side Stored XSS→This is the opposite of Reflected this will inject malicious payload in the server and even if we leave and come back the payload will still be there. Dom XSS→ Client Side it basically effects the DOM of the website ....

April 24, 2021 · 2 min · Nickapic

SQL Injections Level-1

What it is ? Sql injection is an attack in which malicious SQL Statements are injected into a SQL database to gain stuff like sensitive information,modify databases,and potentially even get a shell.They are very easy to avoid though but stilll happpen a lot. Common Syntax and Verbs→ SELECT → Retrivies data from a table for us INSERT → Adds data to a table DELETE → Removes data from a data table...

April 24, 2021 · 4 min · Nickapic