Postman module panic
Closed this issue · 1 comments
domwhewell-sage commented
TruffleHog Version
3.81.7
Trace Output
https://gist.github.com/domwhewell-sage/e3165ffcc78638e9d66cf74e1c17c7c8
Expected Behavior
Trufflehog should scan the postman workspace
Actual Behavior
Postman module panics when being run on a workspace ID. I have tried this on a few public workspaces and collections and get the same panic result.
Steps to Reproduce
- Identify a workspace in postman I used the public workspace "Test examples in Postman"
- Find the ID by selecting the 3 dots and "Workspace Info"
- Copy the ID and paste it into the
--workspace-id=
option on the CLI - Run trufflehog. I used the command
trufflehog postman --workspace-id=70c7199b-6aee-49a6-a90f-025ad614f294
Environment
> lsb_release -a
No LSB modules are available.
Distributor ID: Kali
Description: Kali GNU/Linux Rolling
Release: 2024.2
Codename: kali-rolling
domwhewell-sage commented
Thank you @LaraCroftDev this has resolved the issue!