Skip to content

Instantly share code, notes, and snippets.

@iso2022jp
Last active February 25, 2022 04:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save iso2022jp/d260e3467bcba9d4e7c80251a147205e to your computer and use it in GitHub Desktop.
Save iso2022jp/d260e3467bcba9d4e7c80251a147205e to your computer and use it in GitHub Desktop.
exec 3<>/dev/tcp/$server/3389
xxd -r -p <<REQ >&3
03 00 00 2a
25 e0 00 00 00 00 00
43 6f 6f 6b 69 65 3a 20 6d 73 74 73 68 61 73 68 3d 70 69 6e 67 0d 0a
01 00 08 00 00 00 00 00
REQ
xxd -l 11 <&3 > debug.log
@iso2022jp
Copy link
Author

iso2022jp commented Sep 17, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment