An open API service indexing awesome lists of open source software.

https://github.com/jaywcjlove/archive-test-files

Archive file samples for testing
https://github.com/jaywcjlove/archive-test-files

archive rar security zip zipfile

Last synced: about 15 hours ago
JSON representation

Archive file samples for testing

Awesome Lists containing this project

README

          


中文


Using my app is also a way to support me:


Zipora: Zip/RAR/7Z Unarchiver
Scap: Screenshot & Markup Edit
Screen Test
Deskmark
Keyzer
Vidwall Hub
VidCrop
Vidwall
Mousio Hint
Mousio
Musicer
Audioer
FileSentinel
FocusCursor
Videoer
KeyClicker
DayBar
Iconed
Menuist
Quick RSS
Quick RSS
Web Serve
Copybook Generator
DevTutor for SwiftUI
RegexMate
Time Passage
Iconize Folder
Textsound Saver
Create Custom Symbols
DevHub
Resume Revise
Palette Genius
Symbol Scribe


Archive Test Files
===

[![Buy me a coffee](https://img.shields.io/badge/Buy_Me_a_Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=black)](https://jaywcjlove.github.io/#/sponsor)
[![Follow On X](https://img.shields.io/badge/Follow%20on%20X-333333?logo=x&logoColor=white)](https://x.com/jaywcjlove)

Sample archive files for testing [Zipora](https://wangchujiang.com/zipora/). This repository contains multi-format test archives to verify directory traversal vulnerability exploitation scenarios, with extra archive samples included. Forked and modified from [jwilk/traversal-archives](https://github.com/jwilk/traversal-archives), it works properly on macOS.

![Zipora for macOS](https://wangchujiang.com/zipora/assets/screenshots-1.png)

Generate archives of various formats via the commands below on macOS and place them in the `./docs` folder

```bash
make -C 7zip && \
make -C ar && \
make -C arc && \
make -C arj && \
make -C cab && \
make -C rar && \
make -C tar && \
make -C zip && \
make -C zoo
```

Generate download page:

```bash
python3 scripts/generate_download_html.py docs
```

## License

MIT © [Kenny Wang](https://wangchujiang.com)