hey, i am h00dy 📲 def h00dy(): """social engineer / hacker / red team""" findmehere = { "youtube": "youtube.com/@hoodietramp", "blog": "h00dy.gitbook.io" } for k, v in findmehere.items(): print(f"{k:>9}: {v}") h00dy()