diff options
author | Ben | 2021-08-29 23:13:27 +0200 |
---|---|---|
committer | Ben | 2021-08-29 23:13:27 +0200 |
commit | e92c8b5d4c6269317d627919cb39b903c62151f1 (patch) | |
tree | dd8a0db7c90c1e5ecb94420184d7ae4faafcd207 | |
parent | ed510d928adf88d60663cb18f72c6c774c504f12 (diff) | |
download | truepolyglot-e92c8b5d4c6269317d627919cb39b903c62151f1.tar.gz truepolyglot-e92c8b5d4c6269317d627919cb39b903c62151f1.tar.bz2 truepolyglot-e92c8b5d4c6269317d627919cb39b903c62151f1.tar.xz |
-rw-r--r-- | README.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,6 +1,7 @@ -Truepolyglot is polyglot file generator project. It means the generated file is composed of several file formats. The same file can be opened as a ZIP file and as a PDF file for example. The idea of this project comes from the work of [Ange Albertini](https://github.com/corkami), [International Journal of Proof-of-Concept or Get The Fuck Out](https://www.alchemistowl.org/pocorgtfo/pocorgtfo07.pdf) and [Julia Wolf](https://www.troopers.de/wp-content/uploads/2011/04/TR11_Wolf_OMG_PDF.pdf) that explain how we can build a polyglot file.\ -Polyglot file can be boring to build, even more if you want to respect the file format correctly.\ -That's why I decided to build a tool to generate them.\ +Truepolyglot is polyglot file generator project. It means the generated file is composed of several file formats. The same file can be opened as a ZIP file and as a PDF file for example. The idea of this project comes from the work of [Ange Albertini](https://github.com/corkami), [International Journal of Proof-of-Concept or Get The Fuck Out](https://www.alchemistowl.org/pocorgtfo/pocorgtfo07.pdf) and [Julia Wolf](https://www.troopers.de/wp-content/uploads/2011/04/TR11_Wolf_OMG_PDF.pdf) that explain how we can build a polyglot file. +Polyglot file can be boring to build, even more if you want to respect the file format correctly. +That's why I decided to build a tool to generate them. + My main motivation was the technical challenge. ## Features and versions ## @@ -86,10 +87,10 @@ TruePolyglot v1.6.2 ## Code ## ``` -git clone https://git.hackade.org/truepolyglot.git/ +git clone https://git.hackade.org/ben/truepolyglot.git/ ``` -or download [truepolyglot-1.6.2.tar.gz](https://git.hackade.org/truepolyglot.git/snapshot/truepolyglot-1.6.2.tar.gz) +or download [truepolyglot-1.6.2.tar.gz](https://git.hackade.org/ben/truepolyglot/archive/1.6.2.tar.gz) ## How to detect a polyglot file ? ## @@ -101,7 +102,7 @@ You can use [binwalk](https://github.com/ReFirmLabs/binwalk) on a file to see if ## Credits ## -Copyright © 2018-2019 ben@hackade.org +Copyright © 2018-2021 ben@hackade.org TruePolyglot is released under [Unlicence](https://unlicense.org/) except for the following libraries: |