A terminal version of hackertyper. Inspired by https://hackertyper.net/
- Run
python hackertyper.pyto randomly pick a file frompwn3r-scriptsdirectory - Use
-f or --fileflag to pick a specific file from the directory(place it there first). Example:
python hackertyper.py -f yourfile.extension - Use
-c or --colorflag to specify the color of the output. The options are:black, red, green, yellow, blue, magenta, cyan, white. (Not case sensitive)Example:
python hackertyper.py -c magenta - Use
-s or --speedflag to set the speed of the output(the default is 4). Example:
python hackertyper.py -s 6 - Use
--brightflag to make the output bright.
Then, start randomly smashing your keyboard like a trv hvck3r V3nd3ttv pwn3r.
Press esc key to stop the program.
pynput - https://pypi.org/project/pynput/
colorama - https://pypi.org/project/colorama/