A extension that add some small function[ one key to update cookie, one key add host to scope] to right click context menu.
-
update cookie
update current request cookie which in repeater within the latest cookie fetched from proxy history.
-
add host to scope
add current request host to burp scope not URL.
-
update header
update Header that likes token,authorization .
- open with browser
open URL of current request or selected URL with browser you configured.
-
hackbar++
insert payload of Hackbar or self-configured to current request
-
Set Cookie scenes: when you visit a website with IP address, It may not contains cookie, but you know it should contains same cookie with some site. you can use this function in Proxy. It will edit response to set the same cookie to let whole web site use the specified cookie.
-
Dismiss
Dismiss useless requests (eg. *.firefox.com *.mozilla.com) from proxy. see below screen shot to know more.
-
Run SQLMap
One key to run sqlmap with current selected request.
-
Insert XSS
One key to insert XSS payload to parameters that not in cookie and not number.
-
U2C
convert Unicode To Chinese (eg.
\u4e2d\u6587
-->中文
)
- auto remove some headers , eg. Last-Modified,If-Modified-Since,If-None-Match. it's for all requests
- auto add/update/append some headers, you can control which requests to enable for.
- use proxy
- chunked encoding
update cookie:
update header:
open with browser:
payload(Hackbar++):
Dismiss:
Run SQLMap:
any issue, advice, suggestion are welcome, Thanks!