Publications
Conferences papers
- INFILTRATE 2020: Attacking Xerox Multi Function Printers. Slides, Video.
- Recon 2017: BinCAT: purrfecting binary static analysis, with Philippe Biondi, Xavier Mehrenberger and Sarah Zennou. Slides, Video, Github.
- SSTIC 2017: BinCAT: purrfecting binary static analysis, with Philippe Biondi, Xavier Mehrenberger and Sarah Zennou. Link, Slides (in French), Article (in English), Video, Github.
- H2HC 2016 and Ekoparty 2016: Lost your "secure" HDD PIN? We can help!, with Julien Lenoir. Slides, Paper, Video.
- Black Hat Europe 2015 : A peek under the Blue Coat. Link, Slides, Video.
- Ruxcon 2015: A peek under the Blue Coat. Link, Slides.
- Hardwear.io 2015: Attacking hardware for software reversers: Analysis of an encrypted HDD, with Joffrey Czarny. Link, Slides.
- SSTIC 2015: Analysis of an encrypted HDD (Hardware RE for software reversers), with Joffrey Czarny. Link, Article, Slides (in French), Video.
- SyScan 2015: The challenges in designing a secure hard drive. Slides, Video.
- SSTIC 2012: Sécurité de RDP, with Aurélien Bordes and Arnaud Ebalard. Link, Article (in French).
- DeepSec 2010: Android: forensics and reverse engineering. Slides, Video.
- SSTIC 2008 rump session on the Debian OpenSSL vulnerability: Slides.
Conference committees member
Program committees:
Organizing committee:
Articles, magazines, challenges
Some tools
Github
Most of my tools are now on GitHub.
Arte+7 downloader
Arte offers a nice service to watch broadcastings you weren't able to see on TV. This little script makes
it easy to download and archive the videos.
Unfortunately, the service is limited to French and German residents.
Usage
Basic usage :
Basic usage :
1) downloading the latest broadcasts of a given program :
$ ./arteget.rb karambolage
2) downloading a single video :
$ ./arteget.rb http://www.arte.tv/guide/fr/040347-001/le-cerveau-et-ses-automatismes-1-2
3) downloading in german, standard quality :
$ ./arteget.rb --qual=HQ --lang=de karambolage
History
- 2018-10-18 : 3.4 : fix download by program name (website update)
- 2018-09-23 : 3.3 : fix download by program name (website update)
- 2018-05-03 : 3.2 : use HTTPS, update site support
- 2017-07-20 : 3.1 : better subtitles support (thanks Pierre-Louis Bonicoli !), fix search
- 2017-04-27 : 3.0 : fix new site, rm old options
- 2016-11-29 : 2.6 : fix site parsing, new handler for "Le Dessous des Cartes"
- 2016-05-20 : 2.5 : now uses Net::HTTP, new site kind of works
- 2015-11-08 : 2.4 : basic functionnality with new site. Use wget instead of rtmpdump.
- 2014-09-20 : 2.3 : fixes : site parsing, rtmpdump invocation
- 2014-02-12 : 2.2 : destination dir support, description saving, improvements
- 2013-08-25 : 2.0 : handle the new site version, some improvements
- 2011-04-30 : 1.11 : fix URL downloading
- 2011-03-06 : 1.1 : top videos (views/ratings) support, internal rework, quiet mode
- 2011-02-20 : 1.01 : support URL argument, new site URL
- 2010-06-13 : 1.0 : first versioned release, supporting the new site
- 2008-xx-xx : first release
Download
Download the latest release here:
GitHub releases.
Github
You can find the code on GitHub too :
https://github.com/trou/arteget.
Archive
Old projects can be found
here.
Various stuff
You will find some things not worthy of any description in there :
stuff
If no licence is specified, consider it's GPL v3.