Charly's Column – Outsmarting WhatsApp

Berry Service

Article from Issue 193/2016
Author(s):

Sys admin Charly likes to keep up with the state of his domestic strawberry plants, so he has outsmarted WhatsApp to allow status messages to be sent through the service from a PC or Raspberry Pi.

When it comes to domestic events, I use WhatsApp to keep on top: A motion detector in the bird and hedgehog house, the status of the garden irrigation system, doorbell, water level in the aquarium, and much more. The tool that sends me the message is Yowsup [1], and it's easy to install:

wget https://github.com/tgalal/yowsup/archive/master.zip
unzip master.zip
cd yowsup-master/
./setup.py install

Yowsup makes the WhatsApp API believe it is running on cellphone. You need a SIM card that is not yet registered with WhatsApp for the login process. I used a free prepaid card for that purpose. "Free" here means that there is no monthly base charge or contract but only pay-per-call. Some mobile service providers have such SIM cards on offer.

I opted for a provider, put the SIM card in the phone, and activated the card; you need to determine the MCC/MNC pairing, which you can find online [2]: The mobile country code for Germany is 262, the mobile network code for my network provider, Vodafone, is 2. Nothing to stop me registering now:

yowsup-cli registration -d -E android -m 262 -n 2 -p 491521234567 -C 49 -r sms

After a few seconds, you get a text message with a registration code, say, 528-142. You need this now:

yowsup-cli registration -d -E android -p 491521234567 -C 49 -R 528-142

The output contains my login credentials in the style of Listing 1. The username is my telephone number including the country code, and the password appears in line 3. Now I can put the SIM card in a back drawer. From now on, I can send WhatsApp messages on my PC.

Listing 1

yowsup-cli Registration

 

./yowsup-cli demos -l "491521234567:VQOHbVldOAjd+5GKIrHVWRNZkV0=" -s 491721234567 "Howdy, Post"

and receive them on my mobile phone (Figure 1). I have to go – my message just reached me: Strawberry harvest!

Figure 1: A "Hello World!" sent by Charly to the phone.

The Author

Charly Kühnast manages Unix systems in the data center in the Lower Rhine region of Germany. His responsibilities include ensuring the security and availability of firewalls and the DMZ.

Buy this article as PDF

Express-Checkout as PDF
Price $2.95
(incl. VAT)

Buy Linux Magazine

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content

  • Chat Freely with Jami

    The messenger app Jami offers clients for all popular operating systems and promises maximum anonymity for chats, as well as voice and video calls, by dispensing with central servers.

  • Charly’s Column: Raspberry Pi

    It’s probably not a coincidence that a number of people want to write about the muchlauded Raspberry Pi single-board computer, and our regular columnist Charly isn’t going to blow raspberries.

  • Charly’s Column: S3QL

    Sys admin Charly has been an enthusiastic amateur photographer for many years. Recently, he started worrying about something happening to his rapidly expanding photo collection. Can the cloud save the day?

  • Tracing Intruders Intro

    You don't need expensive proprietary tools to practice the craft of computer forensics.

  • Charly's Birds

    Charly ran a first-generation Rasp Pi for years in the birdhouse in his garden, but the Rasp Pi eventually fell foul of marauding wasps. Now Charly has replaced it with an RPi3 featuring a NoIR cam and motion detection.

comments powered by Disqus
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters

Support Our Work

Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

Learn More

News