tamperchrome

Tamper Chrome is a Chrome extension that allows you to modify HTTP requests on the fly and aid on web security testing. Tamper Chrome works across all operating systems (including Chrome OS).

Github星跟蹤圖

Tamper Chrome is a Chrome extension that allows you to modify HTTP requests on the fly and aid on web security testing. Tamper Chrome works across all operating systems (including Chrome OS).

How To Install Tamper Chrome

Tamper Chrome has two components that need to be installed:

  1. First Install the Tamper Chrome Extension
  2. Then Install the Tamper Chrome Application
  3. Restart your browser.

Want to know how to use Tamper Chrome?

If you have any more questions feel free to post to the group.

How to open Tamper Chrome?

  1. First of all, you need to open Google Chrome DevTools.

    To do that, open the Chrome menu Chrome menu at the top-right of your browser window, then select More Tools > Developer Tools.

    Chrome Developer Tools

    You can find more help here.

    Make sure to close and re-open every Dev Tools after installing Tamper Chrome.

  2. After that, you will find a new tab called "Tamper" at the top-right side, and click on it.

    Tamper menu

How to use Tamper Chrome?

Tamper Chrome

Tamper Chrome has 6 different tools which do slightly different things as described below. You have to individually activate each tool.

To do so, simply click on the checkbox next to the tool's name, and this will mark the tool as active.

Active

In the following section we explain how to use each tool.

Block / Reroute Requests

This tool allows you to either block or redirect a request from the browser, for example, if a website is requesting a minified version of jQuery, you can redirect it to the unminified version of jQuery.

You can do that by simply changing the URL and clicking Allow.

Block

You can also click on Edit javascript and Edit stylesheets, which will allow you to modify the javascript and CSS code itself.

Note that by clicking ignore requests, you will let all requests pass through.

Request Headers

While Block / Reroute requests is useful to tamper with a website, and cancel some requests, in many cases you might want to modify HTTP request headers.

This tool will allow you to do just that.

Headers

You can drop a header by clicking on the Trash icon, or copy its value by clicking on the Copy icon. You can add a new header by clicking on the [ new ] button.

Response Headers

The response headers work exactly the same as the request headers. It allows you to drop, modify or add new headers.

Response

Very useful for dropping or modifying many security headers like Content-Security-Policy, X-Frame-Options, X-XSS-Protection, etcetera.

Monitor PostMessages

Unlike the other tools, this tool is mostly only useful for monitoring websites that use the HTML5 postMessage API.

When activated, it does the following:

  • It logs every message received on all iframes in the current tab. log
  • It sets a breakpoint on every handler that listens to postMessage. breakpoint

Monitor Reflected XSS

Another very cool feature of Tamper Chrome is that it allows you to debug XSS vulnerabilities a bit better.

When testing for XSS, you can use <tc-xss> as an HTML element, and Tamper Chrome will automatically detect it, and show you where it is and the stack trace from where it was generated. Particularly useful for DOM XSS.

Note that you can also use <tamperchrome> and <tcxss>, which also work as an attribute, and as a javascript variable.

To trigger it, just use as your XSS payload tamperchrome as an attribute, tagname or javascript variable.

tcxss

Replay Requests (Experimental)

The last tool in Tamper Chrome is to replay and modify requests. This is particularly useful because it allows you to modify POST requests including their body (or make POST requests into GET requests), that otherwise would be difficult or impossible.

replay

NOTE

This is not an official Google product.

概覽

名稱與所有者google/tamperchrome
主編程語言TypeScript
編程語言JavaScript (語言數: 7)
平台
許可證Apache License 2.0
發布數12
最新版本名稱v2.0.9 (發布於 )
第一版名稱1.3.1 (發布於 )
創建於2017-04-20 18:00:37
推送於2024-04-16 12:02:03
最后一次提交2021-03-31 18:51:03
星數4.2k
關注者數96
派生數212
提交數244
已啟用問題?
問題數109
打開的問題數39
拉請求數92
打開的拉請求數20
關閉的拉請求數9
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部