Skip to content
View ninjatrench's full-sized avatar

Block or report ninjatrench

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

    Developers Dashboard| Issues and Bugs aggregation | Gsoc 2015 project | Debian Community

    Python 11

  2. Script (For Linux Servers) to Preven... Script (For Linux Servers) to Prevent Real IP address Leak Protected Behind CloudFlare
    1
    #!/bin/bash
    2
    if [[ $EUID -ne 0 ]]; then
    3
       echo "[-] This script must be run as root [-]" 
    4
       exit 1
    5
    fi
  3. Python timeout user input Python timeout user input
    1
    import signal
    2
    TIMEOUT = 2 # number of seconds your want for timeout
    3
    import sys
    4
    flag = 0
    5
    
                  
  4. script-server script-server Public

    Forked from bugy/script-server

    Web UI for your scripts with execution management

    Python