I’m Juan Manuel Poch, a Security Analyst focused on the Red Team, passionate about CTFs and development in Python. I’m always learning and looking for new challenges.
class AboutMe:
def __init__(self):
self.name = "Juan Manuel Poch"
self.languages = ["Python", "Bash", "Javascript", "SQL", "HTML", "CSS"]
self.tools = ["Burp Suite", "Netsparker", "OWASP Zap", "Wireshark", "Nmap", "Metasploit"]
self.interests = ["Cybersecurity 🔐", "Pentesting 💻", "CTF 🕵️", "Red team"]
self.contact = "https://www.linkedin.com/in/juanmpoch/"
def presentation(self):
return f"Hello, I'm {self.name}. You can contact me at {self.contact}."