Estudante de Segurança da informação e H4cker Ético.
root@kali:~#!/bin/bash
whois() {
declare -A pedro
pedro_training="🗡 Cyber Security, red team and ctf player"
pedro[pronouns]="👦🏻 He/Him"
pedro[special_move]="🔥 Web Hacking"
pedro[main_tool]="👁 Nmap"
pedro[favorite_language]="🐍 Python, 👨🏻💻 JavaScript"
echo "${!pedro[@]}"
echo "${pedro[@]}"
}
info=$(whois)
echo "$info"
# Hacking the planet's systems.