Last active
February 25, 2022 04:59
-
-
Save iso2022jp/d260e3467bcba9d4e7c80251a147205e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Origin: https://twitter.com/kazuhito_m/status/974455626016243712