Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/auties00/whatsappwebrequestanalyzer
- Owner: Auties00
- Created: 2021-04-05T12:49:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T16:06:45.000Z (5 months ago)
- Last Synced: 2024-12-18T00:13:25.534Z (about 2 months ago)
- Topics: decryption, java, java16, kotlin, reverse-engineering, whatsapp, whatsapp-web, whatsappweb
- Language: Kotlin
- Homepage:
- Size: 54.6 MB
- Stars: 34
- Watchers: 4
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 installedOnce 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