Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 509 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 509 Bytes

Docker Example

If you would like to see how shellclear works as a command line and shell plugin, you can run this docker image by running the following command

docker build -t shellclear .
docker run -it shellclear bash

After exec to the container you can:

  1. See shellclear findings when open the shell
  2. See sensitive data
  3. Delete sensitive data
  4. See more features in README file