Merge pull request #29 from eighthave/patch-1

example for GPG-encrypting the results
master
Lars Boegild Thomsen 2019-10-07 08:43:55 +08:00 committed by GitHub
commit a45bad5b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
README
View File

@ -160,6 +160,12 @@ redirecting the results to a file:
$ ./eschalot -vct6 -l8-10 -f wordlist.txt >> results.txt
If eschalot is running on a different machine than will host the onion
service, then it is good to store the results in an encrypted file without
hitting the disk in plain text. That is easy to do by piping to gpg:
$ ./eschalot -vct3 -p test | gpg --trust-model always --encrypt \
--recipient 0xfakefakefakefakefakefakefake > results.gpg
Generating a wordlist: