Skip to content

Postman Integration is an extension for burp to generate Postman collection fomat json file.

License

Notifications You must be signed in to change notification settings

Coalfire-Research/postman-integration-aws

 
 

Repository files navigation

postman-integration

Postman Integration

Postman Integration is an extension to generate Postman Collection fomat json file.

This fork will check the requests for an X-Amz-Target header and automatically set the request name based on the AWS API method. It will also check if the request contains the string "arn:" and, if so, it will set the folder name to "Contains ARN". JAR file is in build/libs/postman-integration-1.2.jar

Usage

  • It's very easy. You can open Postman Integration window from context menu "Export as Postman Collection" on history tab. Multiple selection is OK!. Then set up the followings on the window.

    • Encoding - This is encoding.

    • Collection Name: - Collection name which you want to name in Postman.

    • Folder Name: - Folder name which you want to name in Postman. You may use "Set ALL" button to set folder name to the field "Folder" for all of requests.

    • Name: - Request name which you want to name in Postman.

  • Once you press Export button, this generate Postman Collection format json file. You can import it into Postman.

License

MIT

About

Postman Integration is an extension for burp to generate Postman collection fomat json file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.1%
  • HTML 0.9%