A terminal version of hackertyper. Inspired by https://hackertyper.net/
- Run
python hackertyper.py
to randomly pick a file frompwn3r-scripts
directory - Use
-f or --file
flag to pick a specific file from the directory(place it there first). Example:
python hackertyper.py -f yourfile.extension
- Use
-c or --color
flag 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 --speed
flag to set the speed of the output(the default is 4). Example:
python hackertyper.py -s 6
- Use
--bright
flag 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/