Skip to content

Commit

Permalink
Updated screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
TryCatchHCF authored Dec 12, 2016
1 parent 153e49d commit bdacb5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ Some of you may prefer to use the Cloakify Toolset scripts in standalone mode. T
<img src=https://github.com/TryCatchHCF/Cloakify/blob/master/screenshots/decloak.png></img>

# Adding Entropy via Standalone Scripts
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"
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
<img src=https://github.com/TryCatchHCF/Cloakify/blob/master/screenshots/pokemonGoExample.png></img>


0 comments on commit bdacb5d

Please sign in to comment.