maigret icon indicating copy to clipboard operation
maigret copied to clipboard

installation error

Open Mrpolack opened this issue 1 year ago • 3 comments

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

Mrpolack avatar Aug 23 '24 17:08 Mrpolack

Installed on debian, same error :/

Nem0oo avatar Sep 19 '24 23:09 Nem0oo

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 != "" {

	}
}

rubenvarela avatar Sep 23 '24 13:09 rubenvarela

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

Krishna524 avatar Oct 31 '25 15:10 Krishna524