/burp-pdf2txt

A dumb burp extension which transforms pdf2txt in every server responses

Primary LanguageJava

burp-pdf2txt

This burp extension will look the body of every server answers to check if it contains a PDF. In such case, it will then perform a pdf2txt transformation and update the content-length accordingly. This could be useful for:

  • Quickly reviewing PDF
  • Using burp search filters to find data in those pdf
  • Attacking PDF generators.

Take heed that it will perform the transformation on every requests sent through Burp and original PDF won't be kept in memory. (at least in this version)

Todo (or not todo)

  • Change content-type in response
  • Give the ability to select which tools answers to overwrite
  • Allow user to just display an IMessageEditorTab to keep original data
  • Insert PDF metadata in answer
  • Provide images in answers (as base64/html?)