Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/auties00/whatsappwebrequestanalyzer

Browser based tool built to decrypt any request sent or received by WhatsappWeb's WebClient for WhatsappWeb4j
https://github.com/auties00/whatsappwebrequestanalyzer

decryption java java16 kotlin reverse-engineering whatsapp whatsapp-web whatsappweb

Last synced: about 2 months ago
JSON representation

Browser based tool built to decrypt any request sent or received by WhatsappWeb's WebClient for WhatsappWeb4j

Awesome Lists containing this project

README

        

# Whatsapp Web Request Analyzer

This program was developed on top of [Cobalt](https://github.com/Auties00/Cobalt) and is fully written in Kotlin.

The goal of this program is to analyze both raw json and encrypted binary requests sent by WhatsappWeb's Web client to WhatsappWeb's
secure WebSocket and vice-versa. This is very useful if you want to contribute to WhatsappWeb4j by adding new features.

### How to run

Follow these steps to run the program:
Download and install Java 16 from [Oracle's official website](https://www.oracle.com/java/technologies/javase-jdk16-downloads.html).
Make sure you have latest chrome version installed

Once these steps are completed, launch the program. A browser window will open, and all data sent and received by WhatsApp will be displayed in the console.

Compile and run with
mvn -e -f pom.xml clean compile exec:java