PRET.go Printer Exploitation Toolkit with golang Example Show printer info package main // Test-with: HP LaserJet M402dw func main() { target := "192.168.1.10:9100" ps(target) //pjl(target) //pcl(target) } Output