package main
import "fmt"
type Pentest struct {
Name string
Role string
Location string
Major string
Certificates []string
WorkingOn []string
CoffeeCup bool
}
func (p *Pentest) Refill() {
if !p.CoffeeCup {
p.CoffeeCup = true
fmt.Println("☕ Coffee refilled. Time to break things (ethically)!")
} else {
fmt.Println("☕ Fully caffeinated and ready to go!")
}
}
func main() {
me := Pentest{
Name: "DoobTheGoober",
Role: "Student",
Location: "U.S",
Major: "Computer Science",
Certificates: []string{"Security+", "Pentest+", "NVAP"},
WorkingOn: []string{"Radio Hacking", "Web Application Security", "Automation"},
}
me.Refill()
}
Popular repositories Loading
-
-
zip2Animation
zip2Animation PublicUtility to assist in creating flipper zero animations.
-
ComboCracker-FZ
ComboCracker-FZ Publicon-the-go combination lock cracking tool for the Flipper Zero, inspired by security researcher Samy Kamkar’s work on the mechanical vulnerabilities in Master Lock combination padlocks.
-
YardstickOnePlayground
YardstickOnePlayground PublicYardstick One Scripts for your RF Adventures
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.