Hemanthi Wimalasiri

Hemanthi Wimalasiri

Software Engineer

Posts


The Face Behind The Mask

She has her mask on

Creating an Excel sheet using Java

This is something I came across very recently and I thought of sharing it with all of you.

HTML Script Injecting

HTML Script Injection also known as Cross-Site Scripting, is a serious security threat which allows attackers to inject malicious html code in to user interfaces of a vulnerable website.

Shell Injection

It’s time to learn about another type of Code Injection which is Shell Injection!

SQL Injection

From our previous article we read about code injection, so from today’s article we are gonna know about SQL Injection also known as SQLi.

What is Code Injection?

You may have heard the term before and some of you might have a basic understanding that code injection effects security threats anyhow first we’ll find out what code injection...