Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 677 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 677 Bytes

Hardcoder

This tool is designed to find hardcoded secrets in Source code, Logs, or local files. Lightweight, Multithreaded tool to find Secrets, sensitive data in your day to day life Alt text

Uses:

  • Regex Based Search engine
  • Searching for logs or Code for Sensitive data made Easy
  • Direct Local file scanner
  • Find Hardcoded credentials in your SAST, Source code, and LOGS.
python3 Securefind.py --json Rules.json --directory PATH/

--json : Include Youre rules.json file here
--Directory: PATH to your local Source code directory.

Also, you can Modify Rules.json according to your regexes