Skip to content
View Error-200's full-sized avatar
🐧
Working from home
🐧
Working from home
Block or Report

Block or report Error-200

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. Chrome-Extension-GLUG Chrome-Extension-GLUG Public

    Chrome Extension

    CSS 2

  2. Hack-X Hack-X Public

    Python Tools

    Python 14 4

  3. BLOG-APP BLOG-APP Public

    BLOG APP (using MERN stack)

    JavaScript

  4. lugnitdgp/Metal_UI lugnitdgp/Metal_UI Public

    A modern, responsive CSS framework built for developers.

    CSS 1 6

  5. weather-forecast- weather-forecast- Public

    Weather Forecast webpage(NODE JS)

    JavaScript

  6. My exploits for UMDCTF 2021 My exploits for UMDCTF 2021
    1
    from pwn import *
    2
    
                  
    3
    binary = context.binary = ELF('./JIE')
    4
    
                  
    5
    rop = ROP(binary)