ptoomey3/evilarc: Create tar/zip archives that can exploit directory traversal vulnerabilities
2019-07-06 01:33:22 Author: github.com(查看原文) 阅读量:350 收藏

Join GitHub today

GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.

Sign up

Create tar/zip archives that can exploit directory traversal vulnerabilities

Purpose

evilarc lets you create a zip file that contains files with directory traversal characters in their embedded path. Most commercial zip program (winzip, etc) will prevent extraction of zip files whose embedded files contain paths with directory traversal characters. However, many software development libraries do not include these same protection mechanisms (ex. Java, PHP, etc). If a program and/or library does not prevent directory traversal characters then evilarc can be used to generate zip files that, once extracted, will place a file at an arbitrary location on the target system.


文章来源: https://github.com/ptoomey3/evilarc
如有侵权请联系:admin#unsafe.sh