All Projects → moldabekov → whatsipp

moldabekov / whatsipp

Licence: MIT License
🎭 WhatsApp user’s IP disclosure with link preview

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to whatsipp

ethereum-privacy
Profiling and Deanonymizing Ethereum Users
Stars: ✭ 37 (+0%)
Mutual labels:  deanonymization
WhatsDeleted
See WhatsApp messages & media deleted by the sender.
Stars: ✭ 77 (+108.11%)
Mutual labels:  whatsapp
whatsapp-tracking
Scraping the status of WhatsApp contacts
Stars: ✭ 49 (+32.43%)
Mutual labels:  whatsapp
Graphical notifications Zabbix
No description or website provided.
Stars: ✭ 77 (+108.11%)
Mutual labels:  whatsapp
iRecordView
A Simple Audio Recorder View with "hold to Record Button" and "Swipe to Cancel " Like WhatsApp
Stars: ✭ 40 (+8.11%)
Mutual labels:  whatsapp
RomanceBreaker
Python script which sends a custom morning message to your significant other every morning at a given time range on Facebook Messenger, WhatsApp, Telegram or SMS, for lazy people
Stars: ✭ 36 (-2.7%)
Mutual labels:  whatsapp
guide
Абьюз популярного бота для «пробива» [moderate]
Stars: ✭ 33 (-10.81%)
Mutual labels:  deanonymization
PedeWhats
Projeto "Pede Whats", para solicitação de diversos tipos de comidas através do Whatsapp diretamente para o restaurante!
Stars: ✭ 18 (-51.35%)
Mutual labels:  whatsapp
flutter launch whatsapp
Plugin flutter to launch whatsapp
Stars: ✭ 46 (+24.32%)
Mutual labels:  whatsapp
Wishing-Happy-BD
Wishing Happy BD is a small viral script encoded in HTML, PHP, JS, and CSS.
Stars: ✭ 59 (+59.46%)
Mutual labels:  whatsapp
whatsapp-chat-parser-website
Website to view your exported WhatsApp chat logs 👁‍🗨
Stars: ✭ 68 (+83.78%)
Mutual labels:  whatsapp
nativesapp
Simple WhatsApp clone just for training purposes - Course Angular Native at www.udemy.com/angular-native
Stars: ✭ 19 (-48.65%)
Mutual labels:  whatsapp
classesMD5-64
Extract classes.dex from apk and returns base64 MD5 raw encoded
Stars: ✭ 50 (+35.14%)
Mutual labels:  whatsapp
evildork
Evildork targeting your fiancee👁️
Stars: ✭ 46 (+24.32%)
Mutual labels:  leak
Anon-Chat
Random chat using anonymous chat bot with other people on WhatsApp 🤖💌
Stars: ✭ 26 (-29.73%)
Mutual labels:  whatsapp
WaGpScraper
A Python Oriented tool to Scrap WhatsApp Group Link using Google Dork it Scraps Whatsapp Group Links From Google Results And Gives Working Links.
Stars: ✭ 18 (-51.35%)
Mutual labels:  whatsapp
WhatsApp-Cleaner
A tool to clean received and sent media of WhatsApp.
Stars: ✭ 26 (-29.73%)
Mutual labels:  whatsapp
video-trimmer
Whatsapp like video trimmer to trim videos within a defined file size.
Stars: ✭ 37 (+0%)
Mutual labels:  whatsapp
waio
Is a pretty simple and fully asynchronous framework for WhatsApp Business API written in Python 3.7 with asyncio and aiohttp.
Stars: ✭ 18 (-51.35%)
Mutual labels:  whatsapp
WebRTC-Leak-Prevent-Toggle
Toggle WebRTC leak prevention in Chromium browsers.
Stars: ✭ 16 (-56.76%)
Mutual labels:  leak

WhatsApp user’s IP disclosure with Link Preview

Synopsis

As you know modern messengers have many features besides their main function — texting. They are able to play/record music/videos, send photos/geolocation and so on.

So they are also capable to generate link previews. The best practice is to generate preview by external proxy server which will fetch content for you.

However WhatsApp developers decided to rely on internal web engine that comes with OS.

It's not needed to explain that now WhatsApp will leak your IP address on every received link, and in addition user will leak his IP in link preview mode without actually opening the link.


NOTE: You will need VPS with static IP and domain.

Quickstart - Docker

  1. sudo docker pull unstab1e/whatsipp
  2. sudo docker run --rm -it -p 80:8080 unstab1e/whatsipp

Setup

  1. Get the repo by go get/git clone:
$ go get https://github.com/moldabekov/whatsipp

or

$ git clone https://github.com/moldabekov/whatsipp
  1. Build binary: $ make build

  2. Run it: $ sudo W_LEAK_PORT=80 ./main

  • If you would like to build and run docker container by yourself please execute the following command on step 3 (docker may require root privileges): $ make docker

Usage

To test PoC on yourself:

  1. Open WhatApp client and type your URL (e.g. https://domain.com/leak)
  2. Check logs to see your leaked IP

To leak other people IP addresses:

  1. Send this link to your victims: https://api.whatsapp.com/send?phone=+**PHONE_NUMBER**&text=http%3A%2F%2F**YOUR_EVIL_URL**
  • In separate tab watch IP leaks: $ tail -f visitors.log

Screenshots

WhatsAppPreview

visitors

Credits

Greets goes to Rahul Kankrale for figuring things out.

License

(C) MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].