Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hash3liZer/locohunt
Search for Secrets and Other Confidential Information Through Directories and Files Based on Regex and Search Strings.
https://github.com/hash3liZer/locohunt
android api-keys aws regex secrets
Last synced: 10 days ago
JSON representation
Search for Secrets and Other Confidential Information Through Directories and Files Based on Regex and Search Strings.
- Host: GitHub
- URL: https://github.com/hash3liZer/locohunt
- Owner: hash3liZer
- License: gpl-3.0
- Created: 2020-02-07T09:39:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T17:32:57.000Z (over 4 years ago)
- Last Synced: 2024-10-30T15:25:15.350Z (14 days ago)
- Topics: android, api-keys, aws, regex, secrets
- Language: Python
- Size: 36.1 KB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LOCOHUNTSearch for Secrets and Other Confidential Information Through Directories and Files Based on Regex and Search Strings.
## Description
This tool is inspired from truffleHog which was built to explore and search for api keys and other confidential information through a github repo commit repository. This tool is built to do the same but on directories by using the Regular Expressions.## Manual
```
Args Description Default
-h, --help Print Manual False
-t, --target Target File or Directory
for Searching and
Scanning None
-r, --regex Single Regex to Search
against the files. None
-f, --regex-json File Containing multiple
Regular Expressions in JSON
Format. Inner
-d, --depth Depth of Directories All
```## Regex
To Use Your own Regex file, you need to give in JSON form. An example is given here## Credits
Author: @hash3liZer