Skip to content
View oxagast's full-sized avatar
🔨
Probably breaking your code.
🔨
Probably breaking your code.

Block or report oxagast

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

    A number of exploits and tools I've written for CVEs accredited to Marshall Whittaker/oxagast

    Python 6 1

  2. spaste Public

    Securely paste from the command line (like an SSL termbin.com)

    HTML 5

  3. antilockdown Public

    Inhibit a screensaver/lock screen via Bluetooth (also known as a Jiggler)

    Python 1

  4. Black and white Zsh theme with promp...
    1
    function theme_precmd {
    2
      HOSTLEN=$(hostname -f|wc -c);
    3
      FREEM=$(free -h | tail -n 2 | head -n 1| awk '{print $4}' | cut -d "G" -f 1);
    4
      FREEMSP=$( echo $FREEM | wc -c);
    5
      FREEMS=$(( $FREESP + 5)); 
  5. malRoller Public

    Malware rolled into legit installers with Python

    Python 1

  6. butterscotch Public

    Tools that ease the use of BTRFS

    Shell