Recursive archive extractor with password detection
Project description
๐ Recursive Archive Extractor
โโโ โโโโโโโโโโ โโ โโโ โโโ โ โ โ โโ โโ
โ โโโโโโโโโโโโโโโ โโโ โ โ โ โโโโ
โ โโโโโ โ โโโโ โ โโโ โโ
โ โโโโโโ
A powerful Python tool that recursively extracts nested archive files, logs password-protected ZIPs, and handles multiple compression formats with style.
๐ฆ Supported Formats
.zip(with password detection).xz.bz2.gz.tar
๐ Features
- ๐ Recursively unpacks deeply nested archive layers.
- ๐ง Auto-detects archive types based on file headers.
- ๐ก๏ธ Detects and logs password-protected ZIPs.
- ๐ชต Writes extraction logs per layer.
- ๐ Copies final locked ZIP layer for further analysis.
- ๐ผ๏ธ Clean structure and modular design.
๐ ๏ธ Installation
git clone https://github.com/Paul00/recursivX.git
cd recursivX
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt # Currently, no third-party modules required
๐งช Usage
python recursivX.py input_archive.ext -o output_folder
Example:
python recursivX.py sample.zip -o unpacked_layers
๐ Output Structure
extracted/
โโโ layer_1/
โ โโโ ...
โโโ layer_2/
โ โโโ ...
โโโ final_locked_layer.zip โ If password-protected
โโโ extraction_log.txt โ Full extraction log
๐ Log Format
Each extraction layer is logged with detected archive type and filename. If password protection is found, you'll see:
[Layer 3] sample_protected.zip requires password
โ Encapsulated files: secret.txt, data.json
๐ Credits
Crafted with care by Paul00
๐ License
MIT License โ do whatever you want, just donโt claim you wrote it ๐
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file recursivx-1.0.1.tar.gz.
File metadata
- Download URL: recursivx-1.0.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d7502b5062a0628f6c16503bb5273841eef0910ea3aba651686670f0fa30eab
|
|
| MD5 |
c164c6ee85705a73b5f0ad9b1b3e1e81
|
|
| BLAKE2b-256 |
8070b4cf72f3e14b4ca17e18a30c379cbfafb3114fe7e678b26d78705f633422
|
File details
Details for the file recursivx-1.0.1-py3-none-any.whl.
File metadata
- Download URL: recursivx-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3643d882f89d4ccc37f572d72fd57491ef96b366e16f01584438aa6bee08ed2
|
|
| MD5 |
2e49b159dd90f7bec51a2a9f29f9196b
|
|
| BLAKE2b-256 |
ad8ad1b21335c14e9bca05ee465a83fb377207668d3325261d32741b8cf85601
|