Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hvqzao/burp-wildcard
Burp extension intended to compact Burp extension tabs by hijacking them to own tab.
https://github.com/hvqzao/burp-wildcard
burp burp-extensions burp-plugin burpsuite
Last synced: about 1 month ago
JSON representation
Burp extension intended to compact Burp extension tabs by hijacking them to own tab.
- Host: GitHub
- URL: https://github.com/hvqzao/burp-wildcard
- Owner: hvqzao
- Created: 2015-08-28T21:10:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T18:35:23.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T00:22:55.952Z (4 months ago)
- Topics: burp, burp-extensions, burp-plugin, burpsuite
- Language: Java
- Size: 109 KB
- Stars: 127
- Watchers: 7
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-burp-extensions - Wildcard - There is number of great Burp extension out there. Most of them create their own tabs. (Custom Features)
- awesome-hacking-lists - hvqzao/burp-wildcard - Burp extension intended to compact Burp extension tabs by hijacking them to own tab. (Java)
README
# Wildcard
There is number of great Burp extension out there. Most of them create their own tabs. Too many of them makes the interface heavy and ugly. This extension tries to address this issue. It provides ability to hijack tabs belonging to other extensions (it is not oficially supported by Burp Extensions). For safety reasons, in order to work, this feature must be explicitly enabled on Options tab each time extension is loaded.
Before:
![wildcard-1](https://cloud.githubusercontent.com/assets/4956006/9557495/b4b1de86-4ddc-11e5-9b7a-d6bec8af7681.png)
After:
![wildcard-2](https://cloud.githubusercontent.com/assets/4956006/9557497/b84756a2-4ddc-11e5-91a7-01c655147adb.png)
Extension also provides CSRF Handling mini-extension source (Python) which could be saved as a file, customized and loaded into Burp later on. Newly added extension will handle application specific CSRF tokens.
This extension will automatically turn off if dark theme "Darkula" (BurpSuite 2+) is enabled as it is not compatible with it.
Requires Java 8.
This extension _DOES NOT_ require Burp Suite Professional
## Download
https://github.com/hvqzao/burp-wildcard/releases/download/v1.03/wildcard.jar
## License
[MIT License](LICENSE)