Skip to content
View juanpoch's full-sized avatar

Block or report juanpoch

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
juanpoch/README.md
image

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.

About me

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}."

Popular repositories Loading

  1. juanpoch juanpoch Public

  2. PortSwigger_Academy PortSwigger_Academy Public

    This repository contains writeups for the labs from PortSwigger Web Security Academy.

  3. HTB_Academy HTB_Academy Public

    Hack the Box Academy writeups!

    Python