pastelyzer - find security and privacy related artifacts from text documents
7.0K
pastelyzer analyzes text documents for interesting security and privacy
related artefacts. Also analyzes embedded binary (eg. base64) content recursively.
See the original README for more information
Currently the container only supports the interactive mode
text
pastelyzer report
Dockerfile linkslatest
(pastelyzer/Dockerfile)1. Clone the repository
git clone https://gitlab.com/CinCan/tools.git
cd tools/pastelyzer
2. Build OR pull the docker image
docker build . -t cincan/pastelyzer
docker pull cincan/pastelyzer
3. Run the docker container
Example 1. Read a text file from stdin
$ docker run --rm -i cincan/pastelyzer - < data.txt
Example 2. Read a text file from stdin with the CinCan command
$ cincan run cincan/pastelyzer - < data.txt
Example 3. Read a text file as argument with the CinCan command
$ cincan run cincan/pastelyzer data.txt
Content type
Image
Digest
Size
56.9 MB
Last updated
about 4 years ago
docker pull cincan/pastelyzer