Skip to content

Instantly share code, notes, and snippets.

@koalaman
Created December 5, 2013 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koalaman/7798050 to your computer and use it in GitHub Desktop.
Save koalaman/7798050 to your computer and use it in GitHub Desktop.
#!/bin/ash
while :
do
/root/ap/busybox nc -l -p 65002 >> /tmp/nc.log
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment