Skip to content

XiaoliChan/PRET.go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
image

About

Printer Exploitation Toolkit with golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages