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

Block or report butlerallenj

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

    Overwatch Sats App

    CSS 7 2

  2. Prevent Hack The Box users from rese... Prevent Hack The Box users from reseting machines you are currently working on with a little bit of javascript and your browser console!
    1
    /* 
    2
     * Description: Use this script to cancel resets issued to the specified machine
    3
     *  on Hack The Box. Must be run in the browser console, just change
    4
     *  the variable "machine" to the Machine name you would like to 
    5
     *  stop resets to. Copy/Paste into your browser on the Shoutbox
  3. Paginate Files via STDIN Paginate Files via STDIN
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    import sys
    4
    import math
    5
    import argparse
  4. khr0x40sh/Egress-Assess khr0x40sh/Egress-Assess Public

    Forked from RedSiege/Egress-Assess

    Egress-Assess is a tool used to test egress data detection capabilities

    PowerShell 1