Monday 5 November 2012



WhatsApp is not really secure
It's not a tutorial, its just a Proof of Concept! Just use your own Account. I am not responsibly for the other use, for abuse or damages which are arranged in the system and/or in the software and/or in the hardware.

WhatsApp uses some sort of customized XMPP server, named internally as FunXMPP, which is basically some extended proprietary version.
Much like XMPP, WhatsApp uses JID (jabber id) and password to successfully login to the service.
The password is hashed and happened to be an MD5’d, reversed-version of the mobile’s IMEI (International Mobile Equipment Identity) or equivalent unique ID, stored in servers upon account creation and used transparently everytime the client connects the server.

So you need ONLY IMEI and MOBILE NUMBER..

You can download Script from here:

https://github.com/venomous0x/WhatsAPI [Current Down because of Legal Actions from WhatsApp]

Old Revision:
http://goo.gl/FjpVO

Mirrors:
http://d-h.st/8XT
https://anonfiles.com/file/64c9322fc...0c66a9d9d7986a
http://www.sendspace.com/file/1gr7pj


Just change in /tests/whatsapp.php

PHP Code:
$nickname = "WhatsAPI Test";
$sender =     "491234567890"; // Mobile number with country code (but without + or 00)
$imei =     "000000000000000"; // MAC Address for iOS IMEI for other platform (Android/etc)  
If you get errors change the path to real Path like C:/src/php/whatsprot.class.php
PHP Code:
require "../src/php/whatsprot.class.php";  
If you use XAMPP change in php.ini
PHP Code:
;extension=php_openssl.dll
extension=php_openssl.dll  
To start go to PHP Folder and enter: (in tests)
Code:
php -s "Mobile number with country code" "Message"
SOURCE:- XDA FORUM

No comments:

Post a Comment