installation error
Hi on kali iget the following error after i followed your instruction:
─$ go run maigret.go
command-line-arguments
./maigret.go:389:6: user declared and not used ./maigret.go:390:6: password redeclared in this block ./maigret.go:388:31: other declaration of password ./maigret.go:391:6: site redeclared in this block ./maigret.go:388:48: other declaration of site ./maigret.go:393:5: undefined: data ./maigret.go:396:1: missing return
Installed on debian, same error :/
lines 388-396, function getHash(), it's not used. Delete it.
func getHash(username string, password string, site string) Result {
var user string
var password string
var site string
if data.url != "" {
}
}
thank you bruh
lines 388-396, function getHash(), it's not used. Delete it.
func getHash(username string, password string, site string) Result { var user string var password string var site string
if data.url != "" {
} }
thank you bruhhhhh