package main
type Me struct {
Name string
Roles []string
Bio string
}
func main() {
me := &Me{
Name: "moonD4rk",
Roles: []string{"Cyber Security Engineer", "Backend Developer", "SRE"},
Bio: "Building systems by day, Breaking them by night.",
}
_ = me
}
🎯
hard-working
Cybersecurity Engineer and Bug Hunter
Pinned Loading
-
HackBrowserData
HackBrowserData PublicExtract and decrypt browser data, supporting multiple data types, runnable on various operating systems (macOS, Windows, Linux).
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.





