Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 844 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 844 Bytes

Kitty

kitty
A python-cli tool to encode text/payloads into base64, url, hex ,octal and alternating text

Usage

1.python3 kitty.py encrypt [encoding type] "text to encode" it currently supports hex,octal,url , base 64, and alternating, it also has an 'all' flag

2.multiple lines with Xargs: cat test.txt | xargs -I {} python3 kitty.py encrypt all "{}"

sample output

Screenshot 2024-01-27 at 11 27 41 PM
with Xargs:

Screenshot 2024-01-27 at 11 30 44 PM