使用多种算法(bzip2、rar、lzma,…)递归解压缩嵌套存档的工具

recursive-decompressor的Python项目详细描述


PyPiPython VersionsPlatformKnown VulnerabilitiesRequirements StatusLicense

目录

简介

此工具依赖于Tinyscript,并允许根据各种解压缩算法递归解压缩嵌套的存档文件。

安装

$ sudo pip install recursive-decompressor

Behind a proxy ?

Do not forget to add option --proxy=http://[user]:[pwd]@[host]:[port] to your pip command.

快速启动

帮助

$ recursive-decompressor --help
usage: recursive-decompressor [-d] [-k N] [-h] [-v] archive

RecursiveDecompressor v1.6
Author   : Alexandre D'Hondt
Copyright: © 2019 A. D'Hondt
License  : GNU Affero General Public License v3.0
Training : ZSIS CTF - Trivia - Shining (4 points)

This tool allows to recursively decompress an archive, using multiple Linux
 decompression tools. It currently supports the following tools:
- 7za
- arj
- bzip2
- gunzip
- lzma
- tar
- unrar
- unxz
- unzip

positional arguments:
  archive         input archive

optional arguments:
  -d              display last decompressed file in terminal (default: False)
  -k N, --keep N  keep the last N levels of archives (default: 1)

extra arguments:
  -h, --help      show this help message and exit
  -v, --verbose   verbose mode (default: False)

Usage examples:
  recursive-decompressor archive.zip
  recursive-decompressor archive.zip -d
  recursive-decompressor archive.zip -d -k 3

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java Jetty:以编程方式停止会导致“1个线程无法停止”   java将位图对象转换为有问题的base64字符串   java Hibernate JPA映射具有一个值为列表的映射   java I无法将数据写入多个客户端小程序   mysql Java更新查询并非每次都有效   java佯装客户端和来自属性的名称   java DatainputStream的readUTF()方法单独读取文本数据,将报告EOF异常。为什么?   Java Date getTime函数返回负值   java为什么我的var返回不兼容问题出现错误13?   使用反射将List<SomeObject>作为参数的java How get方法   java处理与改型不一致的API响应   从BuffereImage渲染精灵时出现java问题   添加删除端点时,由于Spring MVC中的MIME类型,java资源被阻止   java在变量声明中使用double vs double   java itext和dotmatrix打印机   java如何在google cloud storage builder中设置项目ID?   ResourceConfig中的java依赖解析程序   java从NetBeans启动ImageJ插件会抛出一个JNI错误。仅从ImageJ启动它就可以了