Skip to content

A dumb burp extension which transforms pdf2txt in every server responses

Notifications You must be signed in to change notification settings

nikaiw/burp-pdf2txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?)

About

A dumb burp extension which transforms pdf2txt in every server responses

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages