Security testing – XSS injection attacks

In my previous blog post I wrote about the injection attacks and why are they important. Introduced some basic information and how we divide them. In this writing, I will cover the most widespread injection attack, the XSS, some sample codes and a testing tool. Cross-Site Scripting (XSS) attacks are a type of injection, in […]

Read more
What are Injection Attacks and why are they important?

Manual testers always try to test all possible situations that could broke an application or compromise user data. Because of that a manual tester should not think just as an ordinary user, but as individuals who will try to break the application or just to hack the application for user information. There for, applications should […]

Read more