Papercut Print Logger

enum, printers, windows

Overview #

The idea behind Papercut is pretty neat, a user can submit a print job to a Papercut printer, and walk to any physical printer they are nearby and release the print job. Users don’t have to select from dozens of printers and hope they get the right one

Reference: Death By a Thousand Papercuts – Security Ops and Researcher Blog

Ports #

Interesting URL Paths #

# admin login to management functions) (lost the admin password?
/admin

# end-user login so users can review their own print activity, etc.
/user

# central reports login
/central-reports

# admin login for the Web Cashier module
/webcashier

# admin login for release functionality
http://papercutserver:9191/release

Interesting Files and Directories #

# contains hashed admin credentials
server.properties

# others
C:\Program Files\PaperCut Print Logger\papercut-logger.conf

References #