I must say that hiding or obfuscating is not the most effective ways of security but it’s still effective to keep a Script Kiddy confused about...
In the previous tutorial we talked about functions, What are they, How to declare them etc. Now in this article we’ll be looking at In this...
What is a Function? A Function is a statement or a rule which relates a variable quantity with other variable quantities. The function can often...
In this tutorial we’ll be learning how to perform a basic client side exploitation using Metasploit. Note this tutorial is made for educational...
Arbitrary Code Injection Vulnerability is a type of vulnerability that occurs in web applications if the input provided is not successfully...
Switch Case Statements are special type of Conditional Statements (Selection Control Mechanism) , Basically they are used as a alternative for the...
“Bind Shell” is often used to describe a piece of program or Shell Code which bind's to a specific port on the machine and provides access to...
As the name suggests Arbitrary File Upload Vulnerabilities is a type of vulnerability which occurs in web applications if the file type uploaded...
Break and Continue are two special kind of statements used in some programming languages including C , they are used in some special conditions...
For Loops ‘For loops’ are more concise and special kind of loops that are used to execute statements repeatedly in some programming languages...
Do while loops Do while loops are special kind of loops that are used to execute statements repeatedly in some programming languages including C....
SQL injection (also known as SQLI) is a code injection technique that occurs if the user-defined input data is not correctly filtered or sanitized...
The while loop is a statement used in some programming languages (including C) to execute code repeatedly, this allows a programmer to execute a...
Local File Inclusion Local File Inclusion ( LFI ) is a method of including files on a server through a Modified Special HTTP request. This...
Looping While writing our C programs we might feel a need to execute similar or same set of instructions multiple times , for eg: Printing...
Netcat (also known as ‘nc’ or ‘Swiss Army knife’) is a networking utility used for reading or writing from TCP and UDP sockets using an easy...
In this tutorial we’ll be learning about LOGICAL operators in C , What are they and How they can be used. These are also a fundamental part of C...
This article is a continuation of my previous article on conditions in C. In the previous article we talked about conditions in C and some if –...
Integers is a fundamental data type in a C program, They are used to represent a finite subset of mathematical integers, C Provides us with a...
Cookies are basically small files which are stored in User’s Computer. Their main purpose is to hold data specific to a particular client and...
Separate names with a comma.