Sign inSign up

cincan/pastelyzer

By cincan

Updated about 4 years ago

pastelyzer - find security and privacy related artifacts from text documents

Image
0

7.0K

cincan/pastelyzer repository overview

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

Input

text

Output

pastelyzer report

Usage

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

Project homepage

https://github.com/certlv/pastelyzer

Tag summary

Content type

Image

Digest

Size

56.9 MB

Last updated

about 4 years ago

docker pull cincan/pastelyzer