https://github.com/0x6rss/WhatsApp-extension-manipulation-PoC
Android malware (.apk) can be spread through a fake PDF document by manipulating the file extension in the WhatsApp application. PoC is available in this repo
https://github.com/0x6rss/WhatsApp-extension-manipulation-PoC
Last synced: 4 months ago
JSON representation
Android malware (.apk) can be spread through a fake PDF document by manipulating the file extension in the WhatsApp application. PoC is available in this repo
- Host: GitHub
- URL: https://github.com/0x6rss/WhatsApp-extension-manipulation-PoC
- Owner: 0x6rss
- License: mit
- Created: 2024-07-30T11:59:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T12:44:29.000Z (11 months ago)
- Last Synced: 2024-07-31T15:18:55.650Z (11 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 8
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - 0x6rss/WhatsApp-extension-manipulation-PoC - Android malware (.apk) can be spread through a fake PDF document by manipulating the file extension in the WhatsApp application. PoC is available in this repo (Python)
README
# WhatsApp-extension-manipulation-PoC
Android malware (.apk) can be spread through a fake PDF document by manipulating the file extension in the WhatsApp application. PoC is available in this repohttps://github.com/user-attachments/assets/2af2c50c-2ae7-4f08-adaa-0b0e23963e68
### Step 1: First, create a free account at https://user.ultramsg.com/signup.php. We will use this to manage the API
### Step 2: Click the "Add Instance" button and create a new instance.
### Step 3: Fill in the appropriate fields in wp.py with the generated API information and log in to your WhatsApp application using the QR code found under the instance information.
### Step 4: Enter the target number in the "enter number" field and upload your file to the server (this can be an ngrok or python server. If you are testing locally, you can use XAMPP).
### Step 5: Run the wp.py file and watch the message being sent.
```sh
python wp.py
```## Disclaimer
This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.