Skip to content
View n3rada's full-sized avatar
Living
Living

Block or report n3rada

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.

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

👀

Programming is mostly about thinking. Hacking is about thinking one step ahead.

Typing SVG

One of my commit sha starts with "a". I used only emojis in my commit message. My favorite word is "update". I am a polite coder. I collected 100 stars. I commit in the morning. I commit in the evening. I am a sleepy coder. Happy February 29th! I committed on a Leap Day! One of my commit sha starts with "ab". I pushed a commit with "cafe" once. I committed on Friday the 13th, One… By One… I've starred 3 my own repositories. I committed on the day Doctor Emmett Brown invented the flux capacitor! I did 2 sequential fixes. Happy Programmers Day! I committed on a 256 Day of Year! I joined GitHub 5 years ago. I have three public keys

📫 Reach Me At: /dev/null - or find your way to.
You cannot change the past but you can sculpt your future

Pinned Loading

  1. toboggan toboggan Public

    🛝 Transforms any RCE into a functional dumb shell. Designed for constrained environments (e.g., firewalls) where traditional reverse shells are impractical.

    Python 13 1

  2. MSSQLand MSSQLand Public

    Interract with Microsoft SQL Server (MS SQL | MSSQL) servers and their linked instances in restricted environments, without the need for complex T-SQL queries.

    C# 43 9

  3. sapsxpg sapsxpg Public

    Simplify the SXPG_CALL_SYSTEM usage for enumeration on a targeted SAP system. Create a SAP RCE PoC.

    Python

  4. SharpNotesReader SharpNotesReader Public

    A C# light executable that read Windows 11 Notes from TabState directory.

    C# 3

  5. ropcatalog ropcatalog Public

    Finding and classifying ROP gadgets from rp++ output file with some regex and a CLI.

    Python 11

  6. Run Java Code From Python3 Run Java Code From Python3
    1
    import subprocess
    2
    import tempfile
    3
    import os
    4
    
                  
    5