Docser is a credential scanning tool similar to gitleaks custom tailored for document git repositories which are prone to have a lot of false positives.
go 1.21.0
$ git clone https://github.com/0xFTW/docser
$ cd docser
$ go install
$ go build
$ sudo mv docser /usr/local/bin/
$ chmod 755 /usr/local/bin/docser
$ docser -h
Usage: docser -d /path/to/directory
-d string
Directory to be scanned. (Default is current directory)
-h Displays help menu
- Logic to parse finding and show in similar to gitleaks.
- Multi threading / concurrency for faster processing.
- Support for remote git repository.
- Support for toml files for custom configuration
- Contributions make the open source community such an amazing place to learn, inspire, and create.
- Any contributions you make are truly appreciated.
- Check out our contribution guidelines for more information.
Docser is licensed under the MIT License - see the LICENSE file for details.