Skip to content
View BLY-Coder's full-sized avatar
๐Ÿ’€
>> From pwn import *
๐Ÿ’€
>> From pwn import *

Block or report BLY-Coder

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
BLY-Coder/README.md

๐Ÿ” About Me

Bertrand Lorente Yรกรฑez (BLY) | Security Auditor
Specialized in Pentesting & Red Team Operations

๐Ÿ“ Blog: BLY-CODER


#!/usr/bin/env python3

import requests

def get_certifications():
    endpoint = "https://mycerts.com/api/bly"
    
    certs = {
        "eJPT": "โœ…",
        "eWPT": "โœ…", 
        "ecpptv3": "โœ…",  # In progress
        "OSCP": "๐Ÿ“‹"   # Planned
    }
    
    return certs

if __name__ == '__main__':
    print("Current certification status:")
    for cert, status in get_certifications().items():
        print(f"  {cert}: {status}")

HTB Profile

๐ŸŒ Connect

LinkedIn Twitter

๐Ÿ› ๏ธ Stack

Python JavaScript Docker Linux

๐Ÿ“Š Stats

GitHub Stats Top Languages

Popular repositories Loading

  1. Python-exploit-CVE-2020-25213 Python-exploit-CVE-2020-25213 Public

    Python exploit for RCE in Wordpress

    Python 6 2

  2. DeepAI DeepAI Public

    DeepEyE is a powerful extension for Burp Suite designed to enhance the capabilities of cybersecurity professionals. By leveraging artificial intelligence, this tool provides in-depth analysis of HTโ€ฆ

    Python 5

  3. STTI.py STTI.py Public

    STTY Payload Checker

    Python 2

  4. Covid_Decrypter Covid_Decrypter Public

    Green Pass Covid Decrypter

    Python 2

  5. BLY-Coder BLY-Coder Public

    2

  6. Hosts-down Hosts-down Public

    Script to see Hosts down in a network

    Shell 2