Skip to content

Credential Scanning tool for documentation git repositories written in Go

License

Notifications You must be signed in to change notification settings

cowsecurity/docser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docser

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.

PRs Welcome Open Source Love

Prerequisite

go 1.21.0

Installation

$ git clone https://github.com/0xFTW/docser

$ cd docser 

$ go install

$ go build

Adding to path

$ sudo mv docser /usr/local/bin/

$ chmod 755 /usr/local/bin/docser

Usage

$ docser -h
Usage: docser -d /path/to/directory
  -d string
        Directory to be scanned. (Default is current directory)
  -h    Displays help menu

Plans for future

  • 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

Contributing

  • 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.

🛡 License

Docser is licensed under the MIT License - see the LICENSE file for details.


About

Credential Scanning tool for documentation git repositories written in Go

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages