What are different forms of website traffic | understanding different types of website traffic
If you have been monitoring your website for traffic and were not able to understand the uneven flow of visitors then this article is for you. I will now discuss…
WEB-FORGERY : HOW SAFE WE ARE ON NET
Continuing the legacy of internet security write-ups for Freefeast family, here is the small write-up on Web-Forgery, one more effort from our side to bring this phishing attack into the…
Phone Phishing : The latest phishing
Continuing with the various types of phishing awareness for Freefeast visitors, here is a small write-up on Phone Phishing, which is not much paid attention now-a-days, but the risk &…
Phishing by Link Manipulation : How safe are our links ?? | Link Manipulation : A type of phishing attack
In the present world of Internet, when every second thing is going on-line and finding a place on web with URLs : Universal Resource Locators, there always are black hats ( hackers…
Tabnabbing : Be Safe from Black Hats
!!A lot can happen over !! While we can have infinite tasks automated and done with ease with the help of internet, deep down there, are a group of black…
ReFS : An Early Bird Synopsis
ReFS is Abbreviation of Resilient File System. It is a new file system which Microsoft is launching with the new Windows Server 8, it is aimed to improve the performance by changing…
Simple example for creating your own linux command | learn to make linux command | simple example of getopts command
#@program: To parse a commandline arguments # function with the help of getopts #@author : Binoy Wilson #@Date : 4th Jan, 2012 while getopts cdv: OPTION do case $OPTION in…
Shell script to check if the given file exists or not ! | Shell script to check the existance of a file
#@program: To find whether the given file exists # or not but by also checking for the # given no of command line arguments #@author : Binoy Wilson #@Date :…
Shell script to find sum of individual digits of a given number
#@program: To find the sum of all digits by the user #@author : Binoy Wilson #@Date : 4th Jan, 2012 clear; echo "*********************************"; echo " PROGRAM : Total Sum Of…
Asp.net Interview Questions : Part – 2
1. What is EnableViewState? Ans : It is one property enables the ViewState on the page which allows the page to save the users input on a form. 2.…