You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
207 B

  1. #/bin/bash
  2. #
  3. NOW=$(date '+%F %T')
  4. printf "\n\nStarting inject attack at $NOW\n"
  5. sudo ./uud_send 192.168.3.2 53 192.168.2.2 32000 62000
  6. NOW=$(date '+%F %T')
  7. printf "\n\nFinished inject attack at $NOW\n"