# clearshell 1.2.16
`clearshell` is a Python package designed to decrypt bash scripts obfuscated with `eval`. This tool allows you to easily decrypt these scripts either from the command line or within your Python code.
## Features
- Decrypts bash scripts obfuscated with `eval`.
- Optionally moves the decrypted file to a specified directory.
## Installation
You can install the `clearshell` package using `pip`:
```bash
pip install clearshell
```
## Command-Line Usage
To decrypt a bash script and save the output:
```bash
clearshell --decrypt input_file.sh decrypted_file.sh
```
To decrypt a bash script and move the decrypted file to a specified directory:
```bash
clearshell --decrypt input_file.sh decrypted_file.sh --move /path/to/destination
```
### Examples
**Basic Decryption:**
```bash
clearshell --decrypt obfuscated.sh decrypted.sh
```
**Decryption with Move:**
```bash
clearshell --decrypt obfuscated.sh decrypted.sh --move /path/to/destination
```
## Thank You
Thank you for using `clearshell`. We hope it helps you in your scripting and security endeavors. If you have any feedback or suggestions, feel free to contribute to the project on GitHub.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contributing
We welcome contributions! If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
## Author
Developed by [Fidal](https://github.com/mr-fidal).
---
Thank you for using `clearshell`! Have a great day!
Raw data
{
"_id": null,
"home_page": "https://github.com/ByteBreach/clearshell",
"name": "clearshell",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Fidal",
"author_email": "mrfidal@proton.me",
"download_url": "https://files.pythonhosted.org/packages/e7/31/7351dd265a4dc87cca54f5100f1635bb6673894d64e683c4dc010287af65/clearshell-1.2.16.tar.gz",
"platform": null,
"description": "# clearshell 1.2.16\r\n\r\n`clearshell` is a Python package designed to decrypt bash scripts obfuscated with `eval`. This tool allows you to easily decrypt these scripts either from the command line or within your Python code.\r\n\r\n## Features\r\n\r\n- Decrypts bash scripts obfuscated with `eval`.\r\n- Optionally moves the decrypted file to a specified directory.\r\n\r\n## Installation\r\n\r\nYou can install the `clearshell` package using `pip`:\r\n\r\n```bash\r\npip install clearshell\r\n```\r\n\r\n## Command-Line Usage\r\n\r\nTo decrypt a bash script and save the output:\r\n\r\n```bash\r\nclearshell --decrypt input_file.sh decrypted_file.sh\r\n```\r\n\r\nTo decrypt a bash script and move the decrypted file to a specified directory:\r\n\r\n```bash\r\nclearshell --decrypt input_file.sh decrypted_file.sh --move /path/to/destination\r\n```\r\n\r\n### Examples\r\n\r\n**Basic Decryption:**\r\n\r\n```bash\r\nclearshell --decrypt obfuscated.sh decrypted.sh\r\n```\r\n\r\n**Decryption with Move:**\r\n\r\n```bash\r\nclearshell --decrypt obfuscated.sh decrypted.sh --move /path/to/destination\r\n```\r\n\r\n## Thank You\r\n\r\nThank you for using `clearshell`. We hope it helps you in your scripting and security endeavors. If you have any feedback or suggestions, feel free to contribute to the project on GitHub.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\r\n\r\n## Contributing\r\n\r\nWe welcome contributions! If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.\r\n\r\n## Author\r\n\r\nDeveloped by [Fidal](https://github.com/mr-fidal).\r\n\r\n---\r\n\r\nThank you for using `clearshell`! Have a great day!\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A package to decrypt bash scripts obfuscated with eval.",
"version": "1.2.16",
"project_urls": {
"Homepage": "https://github.com/ByteBreach/clearshell"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "eff007a9e8089ba9f0f80b1345c41f1219e48beb2297c7d348ce8969a4b2c2f8",
"md5": "7d1598ebd6dab07246411b5e49a264f5",
"sha256": "46d99a05a76cb7d17cf532a060172855ec80cdc754418b58b574df48dcb037b5"
},
"downloads": -1,
"filename": "clearshell-1.2.16-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7d1598ebd6dab07246411b5e49a264f5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 3386,
"upload_time": "2024-07-09T19:33:40",
"upload_time_iso_8601": "2024-07-09T19:33:40.427401Z",
"url": "https://files.pythonhosted.org/packages/ef/f0/07a9e8089ba9f0f80b1345c41f1219e48beb2297c7d348ce8969a4b2c2f8/clearshell-1.2.16-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e7317351dd265a4dc87cca54f5100f1635bb6673894d64e683c4dc010287af65",
"md5": "587637685a22933c813e19dab4d59668",
"sha256": "1021e9cc110d51166e8f31ec653b3d25b673071377c688540c426eb78134168a"
},
"downloads": -1,
"filename": "clearshell-1.2.16.tar.gz",
"has_sig": false,
"md5_digest": "587637685a22933c813e19dab4d59668",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 2830,
"upload_time": "2024-07-09T19:33:49",
"upload_time_iso_8601": "2024-07-09T19:33:49.897631Z",
"url": "https://files.pythonhosted.org/packages/e7/31/7351dd265a4dc87cca54f5100f1635bb6673894d64e683c4dc010287af65/clearshell-1.2.16.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-09 19:33:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ByteBreach",
"github_project": "clearshell",
"github_not_found": true,
"lcname": "clearshell"
}