You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So basically. I am able to connect to my printer through the ps protocol and start a capture using 'capture start'. Then I print something as a test, and I do 'capture list'. Ecept when I do that this is what I see;
Connection to 192.168.2.5 established
Device: HP LaserJet M203dw
Welcome to the pret shell. Type help or ? to list commands.
192.168.2.5:/> capture start
Info: This only affects jobs printed by a PostScript driver
Within threshold - will not capture
Future print jobs will be captured in memory! 192.168.2.5:/> capture list
Free virtual memory: 205.5M | Limit to capture: 5.0M
Within threshold - will not capture
date size user jobname creator
───────────────────────────────────────────────────────────────────────────────
Feb 9 04:16 0B - - -
192.168.2.5:/>
As you can see in the part I made bold, it does capture jobs of the printer, but it doesn't let me fetch them or show any information on them like the size, user, jobname and creator. Is this because of a security feature in the printer, because of thhe capture threshold or something else?
Some additional info;
Am running a Kali machine in VMware
The text was updated successfully, but these errors were encountered:
@jensvoid
Hi Jensvoid, not meant to be rude, but I saw you had replied to someone experiencing sort of the same problems as me, maybe you can shed some more information and a possible fix/tell me if I did something wrong?
So basically. I am able to connect to my printer through the ps protocol and start a capture using 'capture start'. Then I print something as a test, and I do 'capture list'. Ecept when I do that this is what I see;
┌──(root㉿***)-[/home/******/PRET]
└─# python2 pret.py 192.168.2.5 ps
(Removed ASCII art for posting purposes)
Connection to 192.168.2.5 established
Device: HP LaserJet M203dw
Welcome to the pret shell. Type help or ? to list commands.
192.168.2.5:/> capture start
Info: This only affects jobs printed by a PostScript driver
Within threshold - will not capture
Future print jobs will be captured in memory!
192.168.2.5:/> capture list
Free virtual memory: 205.5M | Limit to capture: 5.0M
Within threshold - will not capture
date size user jobname creator
───────────────────────────────────────────────────────────────────────────────
Feb 9 04:16 0B - - -
192.168.2.5:/>
As you can see in the part I made bold, it does capture jobs of the printer, but it doesn't let me fetch them or show any information on them like the size, user, jobname and creator. Is this because of a security feature in the printer, because of thhe capture threshold or something else?
Some additional info;
The text was updated successfully, but these errors were encountered: