Skip to content

Commit

Permalink
Update info
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustam authored and Rustam committed Dec 3, 2020
1 parent 1cd03c6 commit feda2a6
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 14 deletions.
35 changes: 24 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,34 @@

# fireburp

Simply sends `fireburp: <container_name>;<color>` header. To highlight it later in Burp proxy.
Sends `fireburp: <color>` header. To highlight it later in Burp proxy.

## How it works right now:
## Instalation

1) <details><summary>Open a tab in a container</summary><img src=images/README/20201203181511.png></details>
2) <details><summary>Check container name in extension action menu</summary><img src=images/README/20201203181913.png></details>
3) <details><summary>Set autohighlighting in Burp using <a href=https://github.com/PortSwigger/request-highlighter>request-highligher</a></summary><img src=images/README/20201203181716.png></details>
4) Do the same for other containers you work with
5) <details><summary>Now all your request are highlighted based on container they are opened in</summary><img src=images/README/20201203182145.png></details>
- Download and install this firefox addon (currenly only from github releases)
- Download my forked version of request-highlighter [here](https://github.com/rumiljonov/request-highlighter) and add it to Burp plugins

### TO-DO

## Workflow:

Open a few tabs in different containers

<img src=images/README/20201204021701.png>

Check containers name in extension action menu

<img src=images/README/20201204021737.png>

Now all your request are highlighted based on container they are opened in

<img src=images/README/20201203182145.png>


## TO-DO
- ~~Add settings to enable/disable containers~~
- ~~Send color with container name~~
- Add styling to action menu
- Fork https://github.com/PortSwigger/request-highlighter
- Automaticly find fireburp header and highlight request based on header data
- ~~Add styling to action menu~~
- ~~Fork https://github.com/PortSwigger/request-highlighter~~
- ~~Automaticly find fireburp header and highlight request based on header data~~
- Remove fireburp header after highlighting
- Add comments to requests for easy sort in HTTP History
Binary file removed images/README/20201203181511.png
Binary file not shown.
Binary file removed images/README/20201203181716.png
Binary file not shown.
Binary file removed images/README/20201203181913.png
Binary file not shown.
Binary file added images/README/20201204021701.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/README/20201204021737.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"manifest_version": 2,
"name": "Fireburp",
"version": "0.2",
"version": "0.3",

"description": "Adds an http header to each request with container info",

"applications": {
"gecko": {
"id": "fireburp@rumiljonov",
"strict_min_version": "45.0"
"id": "fireburp@rumiljonov"
}
},
"permissions": [
Expand Down

0 comments on commit feda2a6

Please sign in to comment.