Skip to content

Copy as PowerShell request(s) plugin for Burp Suite (approved by PortSwigger for inclusion in their official BApp Store).

License

Notifications You must be signed in to change notification settings

stjordanis/copy-as-powershell-requests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

copy-as-powershell-requests

BApp Store Language Language License

Copy as PowerShell request(s) plugin for Burp Suite

This extension copies the selected request(s) to the clipboard as PowerShell object assignments. Standard or Base64 formats are available, with Base64 being the best option for binary data such as file uploads. Copied data also includes the necessary command to invoke the web request(s).


Project information

Suggestions for improvement, feedback and comments will be much appreciated.


Installation

Compilation

Windows & Unix

  1. Install and configure Gradle (https://gradle.org/) on your system.
  2. Download/clone this repository.
$ git clone https://github.com/AresS31/copy-as-powershell-requests
$ cd .\copy-as-powershell-requests\
  1. Create the standalone jar:
$ gradle fatJar

Loading the extension into the Burp Suite

In Burp Suite, under the Extender/Options tab, click on the Add button and load the copy-as-powershell-requests-all jar file located in the .\build\libs folder.

Alternatively, you can now directly install/load this extension from the BApp Store.

Note: The version distributed on the BApp Store might be behind the version available on this repository.


Possible improvements

  • Source code optimisation.

Sponsor ♥

If you use and like the Copy as PowerShell Request(s) Burp's extension, please consider donating as a lot of time and efforts went into building and maintaining this project.

To do so, simply click the "Sponsor" button at the top of this page and select your preferred method of payment.


Credits

Original inspiration by PortSwigger's copy as curl command function.


License

Copyright 2018 - 2021 Alexandre Teyar

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Copy as PowerShell request(s) plugin for Burp Suite (approved by PortSwigger for inclusion in their official BApp Store).

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.5%
  • HTML 0.5%