Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HAR Redactor #1070

Open
adam-ut opened this issue Feb 29, 2024 · 0 comments
Open

HAR Redactor #1070

adam-ut opened this issue Feb 29, 2024 · 0 comments
Labels
feature Feature / Tool request or idea untriaged

Comments

@adam-ut
Copy link

adam-ut commented Feb 29, 2024

What feature or new tool do you think should be added to DevToys?

Analyze a HAR file for secrets and replace sensitive secrets with the word REDACTED.

Why do you think this is needed?

When working with various cloud companies, they frequently request HAR files to help debug the issue. Users unknowingly send in those files insecurely or they are stored in a requestor's unsecure system. This can lead to compromised credentials and leave a company open to security breaches. A best effort redacted HAR file reduces vulnerabilities but still allows a HAR file to be useful in assisting debugging complicated web troubleshooting.

Solution/Idea

Things that could be detected and redacted:

  • The signature of a JWT
  • Known/common query string parameters that contain a secret
  • Known variables used for Azure/AWS IAM based API access

Comments

No response

@adam-ut adam-ut added feature Feature / Tool request or idea untriaged labels Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature / Tool request or idea untriaged
Projects
None yet
Development

No branches or pull requests

1 participant