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

Block or report gabemarshall

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 Loading

  1. Brosec Brosec Public

    Brosec - An interactive reference tool to help security professionals utilize useful payloads and commands.

    JavaScript 355 100

  2. microctfs microctfs Public

    Small CTF challenges running on Docker

    JavaScript 156 21

  3. Dirp Dirp Public

    A simplistic but fast Web Content Scanner written in nodejs.

    JavaScript 9 2

  4. eversec_ctf eversec_ctf Public

    Public repo for the Eversec CTF.

    CSS 8 2

  5. Executing JScript from Powershell vi... Executing JScript from Powershell via .NET reflection
    1
    [Reflection.Assembly]::LoadWithPartialName('Microsoft.JScript');
    2
    $js = 'var js = new ActiveXObject("WScript.Shell");js.Run("calc");'
    3
    [Microsoft.JScript.Eval]::JScriptEvaluate($js,[Microsoft.JScript.Vsa.VsaEngine]::CreateEngine());
  6. adsearch adsearch Public

    A wrapper for ldapsearch that logs results in json objects

    Ruby 4