Skip to content

Commit 0452233

Browse files
committed
maigret
1 parent bf919dd commit 0452233

File tree

3 files changed

+10
-21
lines changed

3 files changed

+10
-21
lines changed

.DS_Store

6 KB
Binary file not shown.

LICENSE

-21
This file was deleted.

maigret.go

+10
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,16 @@ func HasElement(array []string, targets ...string) (bool, int) {
385385
return false, -1
386386
}
387387

388+
func getHash(username string, password string, site string) Result {
389+
var user string
390+
var password string
391+
var site string
392+
393+
if data.url != "" {
394+
395+
}
396+
}
397+
388398
func maigret(username string, site string, data SiteData) Result {
389399
var u, urlProbe string
390400
var result Result

0 commit comments

Comments
 (0)