RUB-NDS / PRET

Printer Exploitation Toolkit - The tool that made dumpster diving obsolete.
http://hacking-printers.net
GNU General Public License v2.0
3.89k stars 606 forks source link

fixed postscript in capture function by removing duplucate line #19

Closed wtjerry closed 6 years ago

wtjerry commented 6 years ago

The postscript specified in postscript.py do_capture() was not valid and lead to the tested printers rejecting that command.

jensvoid commented 6 years ago

Thanks @wtjerry. It took seven month for someone to figure out the PS code was broken here :)

(Actually, the whole capture PS code is really bad / not generic enough because different printers require different special treatment. Need to rewrite this one day to make it work on as many devices as possible...)