Skip to content

Instantly share code, notes, and snippets.

@sboselli
sboselli / whatsapp_phone_enumerator_floated_div.js
Created May 12, 2017 17:54
PoC WhatsApp enumeration of phonenumbers, profile pics, about texts and online statuses (floated div)
/*
PoC WhatsApp enumeration of phonenumbers, profile pics, about texts and online statuses
Floated div edition
01-05-2017
(c) 2017 - Loran Kloeze - loran@ralon.nl
This script creates a UI on top of the WhatsApp Web interface. It enumerates certain kinds
of information from a range of phonenumbers. It doesn't matter if these numbers are part
of your contact list. At the end a table is displayed containing phonenumbers, profile pics,
about texts and online statuses. The online statuses are being updated every
### Keybase proof
I hereby claim:
* I am sboselli on github.
* I am sbos (https://keybase.io/sbos) on keybase.
* I have a public key ASAL8aUHxktNjoU02Gm4PMbFD7avcV9Vncx2VWx1xcj-SAo
To claim this, I am signing this object:
if (typeof Promise === 'undefined') {
require.ensure([], (require) => {
require('imports?this=>window!es6-promise')
})
}
if (typeof fetch === 'undefined') {
require.ensure([], (require) => {
require('imports?self=>window!whatwg-fetch')
})