Public Workspaces
Last updated
Last updated
Postman API is a popular collaboration platform used by developer teams to help them develop APIs faster. Workspaces are a way to share code between developers on Postman.
Postman Workspaces can contain hard-coded data that have been accidentally saved for testing purposes for example.
That means that your public Postman API workspace may expose sensitive data if you share your workspace with the public.
You can cross-check if your target uses Postman API and if it has a public workspace by visiting their public Postman profile:
To change the visibility of your Postman API workspace:
From your profile, go to your Workspaces:
Next, open the Workspace you'd like to change the visibility of
Click on Workspace Settings
And click on Who can access this workspace? to unfold the available options
Finally, make sure you select Only me to change the visibility of your workspace and make it only accessible to you.
Always follow best practices and never leave any hard-coded credentials in your code.
Hard-coded (testing) credentials and other sensitive data can often be used by bad actors for further exploitation or infiltration into your network. An example would be a hard-coded Github API key that provides access to private Github repositories.