Skip to content

Prepends file header for a filetype to a file in order to bypass filetype checks

Notifications You must be signed in to change notification settings

Orangensaft/file-header-injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

file-header-injector

Prepends file header for a filetype to a file in order to bypass filetype checks

Usage

To show a list of supported/known filetypes use injector.py list.

The syntax for "changing" filetypes of a given file is as follows:

injectory.py file extension

For example:

injector.py somefile.php jpg

A new file "somefile.php.jpg" will be created. file somefile.php.jpg will return testfile.php.jpg: JPEG image data.

About

Prepends file header for a filetype to a file in order to bypass filetype checks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages