Skip to content
View Marnek's full-sized avatar
  • Timisoara, Romania
Block or Report

Block or report Marnek

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. A simple bash script that pingfloods... A simple bash script that pingfloods an array of IPs/hostnames and outputs a JSON of the status of each item in the array, as well as the last date and time of the execution.
    1
    #!/bin/bash
    2
    
                  
    3
    SERVERS=( 192.168.12.5 192.168.12.10 192.168.12.15 192.168.19.1 192.168.20.1 )
    4
    STATUS=()
    5
    ArrayID=0