Path: blob/master/payloads/library/general/Ascii/Win_HID_ALT-Code-Art/readme.md
2971 views
🎨 Using Alt codes to draw an image
Author: Cribbit
Version: 1
Target: Windows
Category: General/Ascii
Attackmode: HID
Props: Korben
📖 Description
This is a PoC of using Alt Codes to draw an image in notepad of the Hak5 cow. Warning this is very slow as this is all done through code. It is using a custom version of the TRANSLATE extension, using Numpad/Keypad keys. Please read the notes, to modify your language file to get this to work.
🎵 Notes
You will need the define KPAD_0 to KPAD_9 in your language file:
It takes just over an hour to run 45 lines with 80 characters on each. as it is holding ALT taking the number 177 getting each number using maths. Taking that number and press the corresponding key then taking that number away (177 - 100 = 77).
This version will not work with ZERO leading alt codes.
📄 Change Log
Version | Changes |
---|---|
1.0 | Initial release |