IPP (Internet Printing Protocol) Pentesting
Access in Web Browser
http://<target-ip>:631Connect
# ps: PostScript
python2 pret.py <target-ip>:631 ps
# pjl: Printer Job Language
python2 pret.py <target-ip>:631 pjl
# pcl: Printer Control Language
python2 pret.py <target-ip>:631 pclCommands in PRET Shell
# Print usage
> ?
> ? <command>Other Exploits
Denial of Service (DoS)
References
Last updated