Skip to content

Program to decode email protection from files/servers managed with Cloudflare.

License

Notifications You must be signed in to change notification settings

jslirola/cloudflare-email-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudFlare Email Decoder

Program to decode email protection from files/servers managed with Cloudflare. It can identify generally when you find the string [email protected].

Installation

git [email protected]:jslirola/cloudflare-email-decoder.git
cd cloudflare-email-decoder
sudo python3 setup.py install

Usage

python3 ced-launcher.py -h

It will show help to run the script

usage: ced-launcher.py [-h] (-f FILE | -u URI) [-v]

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  Input file to replace emails protected
  -u URI, --uri URI     URI to download and replace emails protected

Basic examples:

python3 ced/ced-launcher.py -f tmp/encoded_content.txt
[...]

python3 ced/ced-launcher.py -u "http://example"
[...]
INFO:CED:The replacements were done successfully

python3 ced/ced-launcher.py -f tmp/encoded_content.txt > /tmp/decoded.txt
[...]

Collaborators

About

Program to decode email protection from files/servers managed with Cloudflare.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages