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

Block or report two06

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. Inception Inception Public

    Provides In-memory compilation and reflective loading of C# apps for AV evasion.

    Python 366 86

  2. KeePassPersist.ps1 KeePassPersist.ps1
    1
    function Invoke-KeePassPersist {
    2
    param(
    3
    [string]$Command = $(throw "-Command is required."),
    4
    [string]$Name = $(throw "-Name is required."),
    5
    [string]$Path = $env:APPDATA + "\KeePass\KeePass.config.xml"
  3. AMSI_Handler AMSI_Handler Public

    Automate AV evasion by calling AMSI

    C# 84 24

  4. SharpShot SharpShot Public

    Capture screenshots from .NET using .NET methods or Windows API calls

    C# 62 13