ziplip


Nameziplip JSON
Version 1.0.5 PyPI version JSON
download
home_pagehttps://github.com/ByteBreach/ziplips
SummaryA tool for finding passwords for encrypted zip files
upload_time2024-06-13 12:27:00
maintainerNone
docs_urlNone
authorFidal
requires_python>=3.6
licenseMIT
keywords ziplip fidal zip brute force password recovery zipfile encryption security
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ziplip

**ziplip** is a powerful and professional tool designed to help you unlock password-protected zip files effortlessly. This Python package supports a wide range of devices, making it accessible for everyone. It is especially tailored for Linux users, ensuring optimal performance and usability.

<img src="https://bytebreach.github.io/img/ziplip.jpg">



## Features

- **Password Testing**: Efficiently attempts to unzip a password-protected zip file using a list of potential passwords.
- **Silent Mode**: Suppresses output of password attempts, only displaying the found password for a clean and unobtrusive experience.
- **Automatic Extraction**: Automatically extracts the zip file after finding the correct password, saving you time and effort.
- **Save Found Password**: Conveniently saves the found password to a specified file for future reference.
- **Cross-Device Support**: Designed to work seamlessly across various devices and platforms, with a focus on Linux systems.

## Usage

```bash
ziplip --zip <zip_file> --pass <password_list> [--unzip] [--save <file>] [--silent]
```

### Options

- `--zip <zip_file>`: Specifies the zip file to be tested.
- `--pass <password_list>`: Specifies the file containing the list of passwords.
- `--unzip`: Automatically extracts the zip file after finding the correct password.
- `--save <file>`: Saves the found password to the specified file.
- `--silent`: Suppresses output of password attempts, only displaying the found password.

### Examples

1. **Basic usage**:
```bash
ziplip --zip file.zip --pass password.txt
```

3. **Unzip after finding the password**:
```bash
ziplip --zip file.zip --pass password.txt --unzip
```

5. **Save the found password to a file**:
```bash
ziplip --zip file.zip --pass password.txt --save find-pass.txt
```

7. **Silent mode (no password attempts displayed)**:
 ```bash
 ziplip --zip file.zip --pass password.txt --silent
 ```

8. **Silent mode and save the password to a file**:
```bash
ziplip --zip file.zip --pass password.txt --silent --save find-pass.txt
```

10. **Unzip and save the password to a file**:
```bash
ziplip --zip file.zip --pass password.txt --unzip --save find-pass.txt
```

12. **Silent mode and unzip after finding the password**:
```bash
ziplip --zip file.zip --pass password.txt --silent --unzip
```

14. **All flags together**:
   ```bash
ziplip --zip file.zip --pass password.txt --silent --unzip --save find-pass.txt
```

## Benefits

- **Efficiency**: Quickly test a large number of passwords without manual intervention, thanks to our optimized algorithm.
- **Automation**: Automatically extract the zip file once the correct password is found, streamlining your workflow.
- **Flexibility**: Save the found password to a file for future reference, ensuring you never lose access again.
- **Convenience**: Silent mode allows for unobtrusive password testing, only notifying when the correct password is found, perfect for professional environments.
- **Cross-Device Compatibility**: Supports a wide range of devices and platforms, making it a versatile tool for any user.
- **Linux Optimization**: Specifically designed for Linux users, ensuring the best performance and compatibility on your system.

## Disclaimer

### Responsibility

Please note that while `ziplip` is designed to be a helpful tool, the developers are not responsible for any misuse or damages that may arise from its use. Here are some important points to consider:

- **Legal Use**: Ensure that you have the legal right to access the zip files you are attempting to unlock. Unauthorized access to data is illegal and unethical.
- **Data Integrity**: Using password recovery tools can sometimes cause issues with the integrity of the zip file. Always make sure you have a backup of your files before attempting to recover passwords.
- **No Warranty**: `ziplip` is provided "as is" without any warranty of any kind, express or implied. The use of `ziplip` is at your own risk.

By using `ziplip`, you agree to these terms and understand that the developers cannot be held liable for any direct, indirect, incidental, or consequential damages that may occur from the use of this software.

Thank you once again for choosing `ziplip`! Happy coding!

---

Team : <a href="https://github.com/ByteBreach">ByteBreach</a>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ByteBreach/ziplips",
    "name": "ziplip",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "ziplip, Fidal, zip, brute force, password recovery, zipfile, encryption, security",
    "author": "Fidal",
    "author_email": "mrfidal@proton.me",
    "download_url": "https://files.pythonhosted.org/packages/f8/50/d181ab5c48efdffb7cc364b16dd76677b8adfefe0a1aa8a4dbf8439f0a2b/ziplip-1.0.5.tar.gz",
    "platform": null,
    "description": "# ziplip\r\n\r\n**ziplip** is a powerful and professional tool designed to help you unlock password-protected zip files effortlessly. This Python package supports a wide range of devices, making it accessible for everyone. It is especially tailored for Linux users, ensuring optimal performance and usability.\r\n\r\n<img src=\"https://bytebreach.github.io/img/ziplip.jpg\">\r\n\r\n\r\n\r\n## Features\r\n\r\n- **Password Testing**: Efficiently attempts to unzip a password-protected zip file using a list of potential passwords.\r\n- **Silent Mode**: Suppresses output of password attempts, only displaying the found password for a clean and unobtrusive experience.\r\n- **Automatic Extraction**: Automatically extracts the zip file after finding the correct password, saving you time and effort.\r\n- **Save Found Password**: Conveniently saves the found password to a specified file for future reference.\r\n- **Cross-Device Support**: Designed to work seamlessly across various devices and platforms, with a focus on Linux systems.\r\n\r\n## Usage\r\n\r\n```bash\r\nziplip --zip <zip_file> --pass <password_list> [--unzip] [--save <file>] [--silent]\r\n```\r\n\r\n### Options\r\n\r\n- `--zip <zip_file>`: Specifies the zip file to be tested.\r\n- `--pass <password_list>`: Specifies the file containing the list of passwords.\r\n- `--unzip`: Automatically extracts the zip file after finding the correct password.\r\n- `--save <file>`: Saves the found password to the specified file.\r\n- `--silent`: Suppresses output of password attempts, only displaying the found password.\r\n\r\n### Examples\r\n\r\n1. **Basic usage**:\r\n```bash\r\nziplip --zip file.zip --pass password.txt\r\n```\r\n\r\n3. **Unzip after finding the password**:\r\n```bash\r\nziplip --zip file.zip --pass password.txt --unzip\r\n```\r\n\r\n5. **Save the found password to a file**:\r\n```bash\r\nziplip --zip file.zip --pass password.txt --save find-pass.txt\r\n```\r\n\r\n7. **Silent mode (no password attempts displayed)**:\r\n ```bash\r\n ziplip --zip file.zip --pass password.txt --silent\r\n ```\r\n\r\n8. **Silent mode and save the password to a file**:\r\n```bash\r\nziplip --zip file.zip --pass password.txt --silent --save find-pass.txt\r\n```\r\n\r\n10. **Unzip and save the password to a file**:\r\n```bash\r\nziplip --zip file.zip --pass password.txt --unzip --save find-pass.txt\r\n```\r\n\r\n12. **Silent mode and unzip after finding the password**:\r\n```bash\r\nziplip --zip file.zip --pass password.txt --silent --unzip\r\n```\r\n\r\n14. **All flags together**:\r\n   ```bash\r\nziplip --zip file.zip --pass password.txt --silent --unzip --save find-pass.txt\r\n```\r\n\r\n## Benefits\r\n\r\n- **Efficiency**: Quickly test a large number of passwords without manual intervention, thanks to our optimized algorithm.\r\n- **Automation**: Automatically extract the zip file once the correct password is found, streamlining your workflow.\r\n- **Flexibility**: Save the found password to a file for future reference, ensuring you never lose access again.\r\n- **Convenience**: Silent mode allows for unobtrusive password testing, only notifying when the correct password is found, perfect for professional environments.\r\n- **Cross-Device Compatibility**: Supports a wide range of devices and platforms, making it a versatile tool for any user.\r\n- **Linux Optimization**: Specifically designed for Linux users, ensuring the best performance and compatibility on your system.\r\n\r\n## Disclaimer\r\n\r\n### Responsibility\r\n\r\nPlease note that while `ziplip` is designed to be a helpful tool, the developers are not responsible for any misuse or damages that may arise from its use. Here are some important points to consider:\r\n\r\n- **Legal Use**: Ensure that you have the legal right to access the zip files you are attempting to unlock. Unauthorized access to data is illegal and unethical.\r\n- **Data Integrity**: Using password recovery tools can sometimes cause issues with the integrity of the zip file. Always make sure you have a backup of your files before attempting to recover passwords.\r\n- **No Warranty**: `ziplip` is provided \"as is\" without any warranty of any kind, express or implied. The use of `ziplip` is at your own risk.\r\n\r\nBy using `ziplip`, you agree to these terms and understand that the developers cannot be held liable for any direct, indirect, incidental, or consequential damages that may occur from the use of this software.\r\n\r\nThank you once again for choosing `ziplip`! Happy coding!\r\n\r\n---\r\n\r\nTeam : <a href=\"https://github.com/ByteBreach\">ByteBreach</a>\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A tool for finding passwords for encrypted zip files",
    "version": "1.0.5",
    "project_urls": {
        "Bug Reports": "https://github.com/ByteBreach/ziplips/issues",
        "Homepage": "https://github.com/ByteBreach/ziplips",
        "Source": "https://github.com/ByteBreach/ziplips"
    },
    "split_keywords": [
        "ziplip",
        " fidal",
        " zip",
        " brute force",
        " password recovery",
        " zipfile",
        " encryption",
        " security"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f659b48cf18b2dad0c7056e60b681d1e48315be278e5f46db1626d56a0a85d2b",
                "md5": "59c540bc1d1eb5c9d100851dff50cc3e",
                "sha256": "0cb821b2af40ad0569ce10fc1d8f5559936919736a4353063cd6d56b52024d8a"
            },
            "downloads": -1,
            "filename": "ziplip-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "59c540bc1d1eb5c9d100851dff50cc3e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 5671,
            "upload_time": "2024-06-13T12:26:58",
            "upload_time_iso_8601": "2024-06-13T12:26:58.088626Z",
            "url": "https://files.pythonhosted.org/packages/f6/59/b48cf18b2dad0c7056e60b681d1e48315be278e5f46db1626d56a0a85d2b/ziplip-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f850d181ab5c48efdffb7cc364b16dd76677b8adfefe0a1aa8a4dbf8439f0a2b",
                "md5": "09cac6b9e3ce8de9662ab44a3e6a76df",
                "sha256": "20c6bd31e8df6694ed266dd62648592e060141638f0052f664f34d66f4a69748"
            },
            "downloads": -1,
            "filename": "ziplip-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "09cac6b9e3ce8de9662ab44a3e6a76df",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5422,
            "upload_time": "2024-06-13T12:27:00",
            "upload_time_iso_8601": "2024-06-13T12:27:00.189999Z",
            "url": "https://files.pythonhosted.org/packages/f8/50/d181ab5c48efdffb7cc364b16dd76677b8adfefe0a1aa8a4dbf8439f0a2b/ziplip-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-13 12:27:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ByteBreach",
    "github_project": "ziplips",
    "github_not_found": true,
    "lcname": "ziplip"
}
        
Elapsed time: 0.27324s