Skip to content
View M4luk0's full-sized avatar
Block or Report

Block or report M4luk0

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
M4luk0/README.md

Hello there 👋

#!/usr/bin/python
# -*- coding: utf-8 -*-


class Cybersec:

    def __init__(self):
        self.name = "Juan Antonio"
        self.role = "Cybersecurity Enthusiast"
        self.language_spoken = ["es", "en"]

    def say_hi(self):
        print("eJPT Certified.")
        print("CTF player in many platforms but the most remarkable is 1% and top 10 in Spain in tryhackme.")


me = Cybersec()
me.say_hi()

✉ Where you can contact me

🚩 CTF profiles

Popular repositories

  1. Simple_UDS_Server_and_Client Simple_UDS_Server_and_Client Public

    Simple python3 UDS server and client to test sockets in python.

    Python

  2. AS_Network_Range AS_Network_Range Public

    Simple tool that use the API of ipv4info to get info about an AS and extract all the network range of that AS

    Shell

  3. Simple_TCP_Server_and_Client Simple_TCP_Server_and_Client Public

    Simple python3 TCP server and client to test TCP sockets in python.

    Python

  4. CTF_Scan CTF_Scan Public

    This tool can do a complete scan of almost any CTF in my experience.

    Shell

  5. CalcPy CalcPy Public

    Simple calculator made in python.

    Python

  6. sftp_Backup sftp_Backup Public

    Script to make backups of a folder we want to send it to a remote server with the date and time of the backup.

    Python