Welcome to our

Cyber Security News Aggregator

.

Cyber Tzar

provide a

cyber security risk management

platform; including automated penetration tests and risk assesments culminating in a "cyber risk score" out of 1,000, just like a credit score.

Whapa is an android whatsapp database parser that automates the process.

published on 2018-04-22 23:37:27 UTC by xcode@outlook.hu (Security List Network™ worldwide Team.)
Content:

Whapa is an android whatsapp database parser that automates the process. The main purpose of whapa is to present the data handled by the Sqlite database in a way that is comprehensible to the analyst. The Script is written in Python 2.x

The software is divided into three modes:
+ Message Mode: Analyzes all messages in the database, applying different filters. It extracts thumbnails when they’re availables. “./Media” is the directory where thumbnails are being written. The rows are sorted by timestamp not by id.
+ Decryption Mode: Decryptes the crypto12 databases as long as it has the key.
+ Info Mode: Displays different information about statuses, broadcasts list and groups.
+ Extract Mode: Extracts all thumbnails from the database

whapa v0.5

If you copy the “wa.db” database into the same directory as the script, the phone number will be displayed along with the name.

Please note that this project is an early stage. As such, you could find errors. Use it at your own risk!

Bonus: It also comes with a tool to download the backup copies of google drive associated with a smartphone.

Use and Download:

git clone https://github.com/B16f00t/whapa && cd whapa
pip install -r ./doc/requirements.txt
python whapa.py -h

whagdext.py (Extracts whatsapp datas from google drive account)
To install:
sudo apt-get update
sudo apt-get install -y python3-pip
sudo pip3 install pyportify

To config:
edit only the values of the file ./cfg/settings.cfg
	[auth]
	gmail = alias@gmail.com
	passw = yourpassword
	devid = Device ID (optional, if specified get more information)
	
To usage:
whagdext.py -help|-vers|-info|-list|-sync|-pull file [backupID]

Example:
Show all messages from the database.
python whapa.py -m -tS "12-12-2017 12:00" -tE "13-12-2017 12:00"

Show all messages from 12-12-2017 12:00 to 13-12-2017 12:00.
python whapa.py -m -w -tI

Show all images send by Whatsapp Web.
python whapa.py -m -g 34XXXXXXXXX-1345475288@g.us	

Show all messages send by that group.
python whapa.py -m -a -r EN

Source: https://github.com/B16f00t

Article: Whapa is an android whatsapp database parser that automates the process. - published about 6 years ago.

https://seclist.us/whapa-is-an-android-whatsapp-database-parser-that-automates-the-process.html   
Published: 2018 04 22 23:37:27
Received: 2022 07 15 03:31:12
Feed: Security List Network™
Source: Security List Network™
Category: News
Topic: Security Tooling
Views: 1

Custom HTML Block

Click to Open Code Editor