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.

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
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 have four 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 11 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# 34 5

  3. ropcatalog ropcatalog Public

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

    Python 5

  4. SharpNotesReader SharpNotesReader Public

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

    C# 2

  5. powerspace powerspace Public

    C# .Net Framework program that use RunspaceFactory for PowerShell command execution.

    C# 6

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