Usage for hash tag: !/bin

  1. JackalJackpot

    Reverse Shell script to Target PC

    Hidden content
  2. dblackcat

    Code espace DD toutes les 10s

    Hidden content
  3. nofira8999@ishe

    Professional Adobe Photoshop CC Course With Advance Training

    #!/bin/bash INTERFACE=$1 if [[ "${EUID}" -ne 0 ]]; then echo -e "[ERROR] You Must Be A ROOT To Run This Script!" exit 1 fi if [[ "$#" -ne 1 ]]; then echo -e "[ERROR] You Must Provide 1 Args ...." echo -e "[USAGE] $0 <INTERFACE> ..." exit 1 fi if [[ ! -e "/sys/class/net/${INTERFACE}" ]]; then...
Top