Skip to content
View CM-CA's full-sized avatar
:electron:
I may be slow to respond.
:electron:
I may be slow to respond.
  • Vigo
Block or Report

Block or report CM-CA

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

Pinned

  1. cm-ca-blog cm-ca-blog Public

    Blog Personal

    Vue

  2. CM-CA.github.io CM-CA.github.io Public

    Ethical Hacking Blog

    Ruby

  3. escalada-privilegios-linux escalada-privilegios-linux Public

    Escript para escalar privilegios

    Shell

  4. Okud4-Scan Okud4-Scan Public

    autoscaner para web

    Shell

  5. Script para obtener la información d... Script para obtener la información de un equipo para su análisis forense.
    1
    @echo off
    2
    echo Iniciando análisis forense...
    3
    
                  
    4
    REM Recopilar información del sistema
    5
    echo Recopilando información del sistema...
  6. generate_fake_onion.py generate_fake_onion.py
    1
    import os
    2
    import base64
    3
    
                  
    4
    def generate_fake_onion_v3():
    5
        random_bytes = os.urandom(35)