Skip to content

Commit 893c539

Browse files
authored
Added mention of 'rickrollYoutube' cipher - Shortened URLs pointing to Youtube videos of Rick Astley performances & covers
Added mention of 'rickrollYoutube' cipher - Shortened URLs pointing to Youtube videos of Rick Astley performances & covers
1 parent 478ffa5 commit 893c539

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CloakifyFactory is also a great way to introduce people to crypto and steganogra
2929
Python 2.7.x
3030

3131
# Run Cloakify Factory
32-
$ ./cloakifyFactory.py
32+
$ python cloakifyFactory.py
3333

3434
# Description
3535
CloakifyFactory is a menu-driven tool that leverages Cloakify Toolset scripts. When you choose to Cloakify a file, the scripts first Base64-encode the payload, then apply a cipher to generate a list of strings that encodes the Base64 payload. You then transfer the file however you wish to its desired destination. Once exfiltrated, choose Decloakify with the same cipher to decode the payload.
@@ -51,6 +51,7 @@ Prepackaged ciphers include lists of:
5151
- IPv4 Addresses of Popular Websites
5252
- MD5 Password Hashes
5353
- PokemonGo Monsters
54+
- Shortened URLs pointing to different Youtube videos of Rick Astley's "Never Gonna Give You Up"
5455
- Ski Resorts
5556
- Status Codes (generic)
5657
- Star Trek characters
@@ -71,7 +72,7 @@ See comments in each script for details on how to tailor the Noise Generators fo
7172
Cloakify Factory is at its best when you're using your own customized ciphers. The default ciphers may work for most needs, but in a unique exfiltration scenario you may need to build your own. At the very least, you can copy a prepackaged cipher and randomize the order.
7273

7374
Creating a Cipher:
74-
- Generate a list of at least 66 unique words / phrases / symbols (Unicode accepted)
75+
- Generate a list of at least 66 unique words / phrases / symbols (Unicode allowed)
7576
- Remove all duplicate entries and all blank lines
7677
- Randomize the list order
7778
- Place in the "ciphers/" subdirectory

0 commit comments

Comments
 (0)