RUB-NDS/PRET — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python command line tool for checking the security of printers I own or manage.

I want it to find printers on my local network, or let me connect directly by IP address, hostname, or a USB printer path. After connecting, I should be able to pick PostScript, PJL, or PCL and get an interactive shell that feels like basic UNIX commands. I want commands to show printer info and status, browse the printer file system, read, upload, download, delete, and mirror files where the printer allows it, print a test file or text, and run simple fuzzing checks.

Please include a safe check before connecting when possible, plus debug output, logging of raw data, and the ability to load a text file of commands for automation. Make the help text friendly and clear, with examples. Add strong warnings that this is only for authorized printer security testing.

Want more depth? Deep Reverse