Skip to content
View embe221ed's full-sized avatar
🚩
capturing the flags
🚩
capturing the flags
Block or Report

Block or report embe221ed

Report abuse

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

Report abuse

Pinned Loading

  1. scripts scripts Public

    All scripts that may be useful when playing CTFs

    Lua 3 1

  2. tmux-powerline tmux-powerline Public

    Forked from erikw/tmux-powerline

    ⚡️ A tmux plugin giving you a hackable status bar consisting of dynamic & beautiful looking powerline segments, written purely in bash.

    Shell

  3. CTFs CTFs Public

    my solutions to CTF tasks

    C

  4. a python script which can be used fo... a python script which can be used for cracking simple RSA ciphers with known public key
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    import argparse
    4
    import requests
    5
    from Crypto.PublicKey import RSA
  5. madcore_writeup.md madcore_writeup.md
    1
    ## introduction
    2
    
                  
    3
    `madcore` was a pwn task from [Google CTF 2022][googlectf]. It is a coredump helper
    4
    that parses the input as _coredump_ file and produces some results.
    5
    <!--more-->