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
- Host: GitHub
- URL: https://github.com/jaywcjlove/archive-test-files
- Owner: jaywcjlove
- License: mit
- Created: 2026-06-11T08:46:37.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2026-06-13T04:08:14.000Z (23 days ago)
- Last Synced: 2026-06-13T04:22:18.001Z (23 days ago)
- Topics: archive, rar, security, zip, zipfile
- Language: Makefile
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Archive Test Files
===
[](https://jaywcjlove.github.io/#/sponsor)
[](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.

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)