Skip to content
View makelariss's full-sized avatar
🏴
🏴
Block or Report

Block or report makelariss

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. Fileless AlwaysNotify UAC Bypass usi... Fileless AlwaysNotify UAC Bypass using CIA Vault7's Token Manipulation
    1
    # -*- coding: utf-8 -*-
    2
    # All credits go to CIA: https://gist.github.com/hfiref0x/59c689a14f1fc2302d858ae0aa3f6b86 (please don't hack me <3 :))
    3
    # This is trully a Always Notify UAC Bypass,cause it uses process enumeration to find elevated processes. Since you need administrative privileges to get TOKEN_ELEVATION,we look for processes with manifests that have <autoElevate></autoElevate> set to True.
    4
    from ctypes.wintypes import *
    5
    from ctypes import *
  2. NT AUTHORITY\SYSTEM through Named P... NT AUTHORITY\SYSTEM through Named Pipe Impersonation using Python
    1
    # -*- coding: UTF-8 -*-
    2
    from ctypes.wintypes import *
    3
    from ctypes import *
    4
    from enum import IntEnum
    5
    
                  
  3. makelaris makelaris Public

    ECSC GR 2020 - [Medium] Web Cached 🙈

    Python 1