Skip to content
View xenobyte's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report xenobyte

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. neurosky-hacks neurosky-hacks Public

    Some MATLAB files for signal processing with the neurosky mindwave mobile

    MATLAB 8 3

  2. quadcopter-control-gui quadcopter-control-gui Public

    A software prototype for a graphical user interface to adjust control engines of a quadcopter.

    C 1

  3. Check Tomcat-Installation against CV... Check Tomcat-Installation against CVE-2016-8735
    1
    #!/bin/sh
    2
    for i in $(locate "*.jar");
    3
      do echo $i; jar -tvf $i | grep -Hsi JmxRemoteLifecycleListener;
    4
    done
  4. Dotfiles Dotfiles Public

    Some of my configurations for mutt, screen, vim, zsh and so on...

    Vim Script

  5. sdr-playground sdr-playground Public

    Playing around with HackRF

    Python 1

  6. Teebytes/TnT-Fuzzer Teebytes/TnT-Fuzzer Public archive

    OpenAPI 2.0 (Swagger) fuzzer written in python. Basically TnT for your API.

    Python 108 27