From e92c8b5d4c6269317d627919cb39b903c62151f1 Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 29 Aug 2021 23:13:27 +0200 Subject: Fix URLs in Readme --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 32c4c70..a022042 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.3