Skip to content

PortSwigger/copy-as-c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

[C]opy Extension for Burp Suite

Description

[C]opy is a Burp Suite extension that allows you to copy GET and POST requests both intercepted and from the proxy history, as a C program. The program will be copied to your clipboard.

Requirements

Installation

  • Download Copy.y
  • In Burp Suite, navigate to the Extender/Extensions tab, then click the Add button and select the Copy.y file

How-To

  • Under the Proxy/HTTP History tab, right click any request and apply the extension
  • When intercepting a request, click the action button and then apply the extension
  • To run the C program, run the following command gcc program.c -lcurl then execute the generated a.out file

Extension Screenshot

Alt text

Output Screenshot

Alt text

Todo

  • Dynamically manage response buffer
  • Add helpful code snippets

About

A Burp Suite extension that allows you to copy requests as a C program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%