RUB-NDS / PRET

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

Requires a second connect for it to print when using --load #31

Open TrendMend opened 5 years ago

TrendMend commented 5 years ago

So I have 3 printers at home I have been playing around with, and I seem to have an issue with all of them using PJL (I have not tested beyond PJL). When I go to print something using the load parameter, it doesn't seem to want to work. If I have a txt file that has the lines

print example.pdf exit

It will run successfully, but print nothing. That isn't until I connect manually again, then do the same command, and then it will spit out two. This does not happen when I manually connect and type in the commands, I was thinking this is about the wait time, but why would it allow it to run the exit command if the print was not fully sent yet? Thanks