trufflehog icon indicating copy to clipboard operation
trufflehog copied to clipboard

Find, verify, and analyze leaked credentials

Results 681 trufflehog issues
Sort by recently updated
recently updated
newest added

> 2024-12-02T12:08:21-05:00 error trufflehog a detector ignored the context timeout {"detector_worker_id": "J5m7Y", "detector": {"type":"FTP"}, "timeout": 60, "link": "https://github.com/Samsung/ChromiumGStreamerBackend/blob/29c79f177ee954858d754c0faf6d237b4a8a7fbd/net/base/net_util_unittest.cc#L1"}}

bug

This seems to occur when a site is invalid/suspended. ![image](https://github.com/user-attachments/assets/bd95d473-0149-4e5b-9138-76c6f8be8b8b) ``` HTTP/2 404 {"errorMessage": "Site temporarily unavailable", "errorCode": "OTHER" ``` ---- ``` Found unverified result 🐷🔑❓ Verification issue: unexpected HTTP...

bug

[`.local` is a special TLD that is reserved for link-local networking](https://en.wikipedia.org/wiki/.local). The URI detector should ignore results for `.local` to be consistent with the existing behaviour of skipping local IPs....

enhancement

## Observed Behaviour [This repository](https://github.com/ibm-developer-skills-network/jbbmo-Introduction-to-Git-and-GitHub/tree/b8938b6ea34624d7376285d1f47b577dac9e2619) has a file with a control character (`\r`) in the file name: ```diff diff --git "a/\rexit" "b/\rexit" new file mode 100644 index 0000000000..8e1cc8374c --- /dev/null...

bug

### TruffleHog Version trufflehog 3.79 ### Trace Output ``` mkdir test cd test echo "super-secret" > secret.file git init git add . git commit -m "initial" git log -- get...

bug

Please review the [Community Note](https://github.com/trufflesecurity/trufflehog/blob/main/.github/community_note.md) before submitting ## Description The ability to access the `File` and `Line` information from the Regex Detector example provided here: ``` Found unverified result 🐷🔑❓...

enhancement
pkg/detectors

I have been trying for a week now to get this to work as a proof-of-concept, but it does not seem to be worth my time right now. I want...

question
documentation

## Description Currently a custom detector needs at least 1 keyword defined. The detector is only executed if the keyword appears in the text. This is usually enough for most...

enhancement
pkg/sources

Please review the [Community Note](https://github.com/trufflesecurity/trufflehog/blob/main/.github/community_note.md) before submitting ### TruffleHog Version v3.88.2 ### Trace Output https://github.com/trufflesecurity/trufflehog/blob/b6b00bbe5460109a21287b6612bd68a86bf060c2/pkg/sources/syslog/syslog.go#L251-L285 ### Expected Behavior Syslog works without error ### Actual Behavior Panic while sending long messages...

bug

### Description: This PR serves as a sample for new fake test cases. It helps us verify how our detector behaves when receiving specific responses from the API. While the...