Skip to content

Burp Requests Fusion is a Burp Extension to add custom HTTP headers (dynamic headers too) from a local server to all HTTP requests

License

Notifications You must be signed in to change notification settings

Sh0ckFR/Burp-Requests-Fusion

Repository files navigation

Burp Requests Fusion

Burp Requests Fusion is a Burp Extension to add custom HTTP headers (dynamic headers too) from a local server to all HTTP requests used by Burp Suite.

How to use it

With Python3

  • Edit api.py to add your custom headers
  • Start the server: python3 api.py

With Golang

  • Edit api.go to add your custom headers
  • Build the server: go build api.go
  • Start it: ./api

With PHP

  • You need to host the PHP file on a local server ( by default: http://127.0.0.1:8888/api/ )
  • Define your headers in this PHP file (dynamic or not)
  • Enable the extension in Burp
  • Enjoy

With NodeJS

  • Edit api.js to add your custom headers
  • Start the server: node api.js

Requirements

Gradle: https://gradle.org/install/

How to compile it

gradle fatJar

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Burp Requests Fusion is a Burp Extension to add custom HTTP headers (dynamic headers too) from a local server to all HTTP requests

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published