Skip to content

Commit bdacb5d

Browse files
authored
Updated screenshot
1 parent 153e49d commit bdacb5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ Some of you may prefer to use the Cloakify Toolset scripts in standalone mode. T
9393
<img src=https://github.com/TryCatchHCF/Cloakify/blob/master/screenshots/decloak.png></img>
9494

9595
# Adding Entropy via Standalone Scripts
96-
Add noise to degrade frequency analysis attacks against your cloaked payloads. Here we use the 'pokemonGo' cipher, then use the 'prependLatLonCoords.py' script to generate random geocoords in a 10x10 mile grid. Strip noise from the file before decloaking, using the 'removeNoise.py' script. Or of course "$ cat cloakedAndNoisy.txt | cut -d" " -f3- > cloakedNoiseStripped.txt"
96+
Add noise to degrade frequency analysis attacks against your cloaked payloads. Here we use the 'pokemonGo' cipher, then use the 'prependLatLonCoords.py' script to generate random geocoords in a 10x10 mile grid. Strip noise from the file before decloaking, using the 'removeNoise.py' script.
97+
98+
Or of course: $ cat cloakedAndNoisy.txt | cut -d" " -f3- > cloakedNoiseStripped.txt
9799
<img src=https://github.com/TryCatchHCF/Cloakify/blob/master/screenshots/pokemonGoExample.png></img>
98100

99101

0 commit comments

Comments
 (0)