Skip to content
View AnubyteCode's full-sized avatar

Block or report AnubyteCode

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
AnubyteCode/README.md
  • 👋 Hi, I’m @AnubyteCode
  • 👀 I’m interested in your day.
  • 🌱 I’m currently learning how to do more than cut/copy/paste.
  • 💞️ I’m looking to collaborate on user experience design and GUIs.
  • 📫 How to reach me ...keep reaching. I'm there.
  • 😄 Pronouns: ლ(ಠ▃ಠლ)
  • ⚡ Fun fact: Ether funds my ability to have no life and help random internet people.
  • ♻️ --------- 0x32bC3922037d1fCc3b2fB0dC7B2Cb04E129B6F21

Pinned Loading

  1. nvidiaProfileInspector nvidiaProfileInspector Public

    Forked from Orbmu2k/nvidiaProfileInspector

    nvidiaProfileInspector has been left for dead, send me your discoveries and I will incorporate them into releases.

    C# 16

  2. UUPMediaCreator UUPMediaCreator Public

    Forked from gus33000/UUPMediaCreator

    A utility to create Windows Media files (.ISO, .WIM, .VHD) from Unified Update Platform files

    C#

  3. CodingWonders/DISMTools CodingWonders/DISMTools Public

    The connected place for Windows system administration

    Visual Basic .NET 407 18

  4. YourMUM.bat YourMUM.bat
    1
    :: YourMUM.bat v0.9 - Installer for .mum files, for online or offline images.
    2
    :: Handles folders with and without update.mum, giving choice to only use or ignore update.mum.
    3
    :: Handles the process of mounting, saving, discarding, or leaving as-is a mounted image
    4
    
                  
    5
    @echo off
  5. port_authority.ps1 port_authority.ps1
    1
    # Blocks the most commonly exploited ports, and unblocks them for debugging access issues.
    2
    
                  
    3
    # Define the ports to be blocked
    4
    $ports = "20,22-23,25,43-46,48-50,52,54,56,63,70,77,79,81,85-87,90,96-99,101-103,105-107,109-111,113,135,137-139,445,666,1433-1434,1900,3000,5353,5900,6379,11211"
    5
    
                  
  6. Remove duplicate entries from .reg f... Remove duplicate entries from .reg files - Powershell Module
    1
    # Removes duplicate blanks, keys, and single- or multi-line values, combining and alphabetizing them.
    2
    
                  
    3
    function Clean-Regfile {
    4
        [CmdletBinding()]
    5
        param (