Skip to content

Commit

Permalink
venukbh#1: removed old stuff, added new readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michealkeines committed Mar 7, 2023
1 parent ba399cb commit d59f578
Show file tree
Hide file tree
Showing 46 changed files with 2 additions and 69 deletions.
70 changes: 2 additions & 68 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,70 +1,4 @@
<div align="center">HTTP-TRACKER</div>
<br/><br/>
# HTTP TRAFFIC PARSING

# What is HTTP-TRACKER?

HTTP-TRACKER is a browser extension which tracks the network on the browser (chrome and firefox). What ever is captured on the network tab in a browser, the same and more can be done by this extension. This provides a centralized window which displays the entire requests - responses from all the tabs and all windows of the browser. This can also track the private/incognito window tabs (if permission is enabled), bringing everything into a central place.
<br/><br/>

# Features

* Easily activate/open the extension with a shortcut
* CMD+SHIFT+1 - MAC

* CTRL+SHIFT+1 - WINDOWS

* Set patterns to only track those requests with contain the patterns so that the extension will only track those matching URLs.
* Use field "Track URLs having". Leaving this field blank will track all the URLs. This field takes a comma separated list of patterns. If this filed is not empty, then only URLs matching these patterns will be tracked

* Set patterns to exclude certain URLs containing these patterns
* Use field "Skip URLs having". Leaving this field blank will not skip any url. This field takes a comma separated list of patterns. If this filed is not empty, then only URLs matching these patterns will be skipped.

* If same pattern is in both "Track URLs having" and "Skip URLs having" fields, then the url will be skipped

* Set global exclude patterns via preferences option so that these persist across extension/browser restarts, there by avoiding repetitive entry of exclude URLs

* Block certain URLs having a specific text without leaving the browser, like simulating ad block or a page not found behavior, which helps users to identify how a site / page works when certain URLs does not load.
* Use field "Block URLs having" to add a comma separated list of patterns to block URLs.

* Mask i.e. display the first and last character masking the rest of data with ***** - providing extra layer of security when sharing screenshots of the content

* Add / modify request headers on the fly
* If the url filed is empty, the header is added to all outgoing requests. If it is not empty, the header will be added to all the URLs matching the content of this URL field.

* Name : Can be any non-empty string, except forbidden headers. If the header name is invalid, a red border appears around the entire header to give a visualization of error, and these error headers are not added to the requests.

* Apply checkbox: Check this only after the header name is added completely, otherwise if the browser is sending requests, while typing the name, the extension adds the header as you type. To avoid this confusion, always check the apply button after adding the complete header name

* Filter the captured list of URLs based on
* url pattern
* method (GET, PUT, POST, etc)
* status
* date
* cache

* Use &, | characters to have a more filtering options

* Captures form data in the request - if the option is enabled

* Always displays sorted request cookies with symbols first, and Aa - Zz next i.e alphabetically ignoring case

* Optimize response cookies to ease the life of the user by resolving the final value of cookies when duplicate cookies exist in the response - user has to enable this option

* Pause the http-tracker without closing the extension when capturing of required data is done to hold the data for reference

* Delete all the entire captured data

* Delete selected request - response pair

* Delete all the filtered data

* Very fast, and works async without causing any additional delay to the actual request-response

![](screenshots/v2.2.5.jpg)

# Install

* firefox: https://addons.mozilla.org/en-US/firefox/addon/http-tracker/

* chrome: https://chrome.google.com/webstore/detail/http-tracker/fklakbbaaknbgcedidhblbnhclijnhbi?hl=en&authuser=0
Capture all traffic in json output format, this is custom fork of http-tracket

Binary file removed archives/http-tracker-v2.1.3.zip
Binary file not shown.
Binary file removed archives/http-tracker-v2.1.4.zip
Binary file not shown.
Binary file removed archives/http-tracker-v2.1.5.zip
Binary file not shown.
Binary file removed archives/http-tracker-v2.1.6.zip
Binary file not shown.
Binary file removed archives/http-tracker-v2.1.7.zip
Binary file not shown.
Binary file removed archives/http-tracker-v2.1.8.zip
Binary file not shown.
Binary file removed archives/http-tracker-v2.1.9.zip
Binary file not shown.
Binary file removed archives/http-tracker-v2.2.0.zip
Binary file not shown.
Binary file removed archives/http-tracker-v2.2.1.zip
Binary file not shown.
Binary file removed archives/http-tracker-v2.2.2.zip
Binary file not shown.
Binary file removed archives/http-tracker-v2.2.3.zip
Binary file not shown.
Binary file removed archives/http-tracker-v2.2.4.zip
Binary file not shown.
Binary file removed archives/http-tracker-v2.2.5.zip
Binary file not shown.
Binary file removed archives/http-tracker-v2.2.6.zip
Binary file not shown.
Binary file removed archives/track-web-requests-v2.0.0.zip
Binary file not shown.
Binary file removed archives/track-web-requests-v2.0.1.zip
Binary file not shown.
Binary file removed archives/track-web-requests-v2.0.2.zip
Binary file not shown.
Binary file removed archives/track-web-requests-v2.0.3.zip
Binary file not shown.
Binary file removed archives/track-web-requests-v2.0.4.zip
Binary file not shown.
Binary file removed archives/track-web-requests-v2.1.1.zip
Binary file not shown.
Binary file removed archives/track-web-requests-v2.1.2.zip
Binary file not shown.
1 change: 0 additions & 1 deletion google549d0afc84f7e5ef.html

This file was deleted.

Binary file removed screenshots/v1.0.0 chrome.png
Binary file not shown.
Binary file removed screenshots/v1.0.0 firefox.png
Binary file not shown.
Binary file removed screenshots/v2.0.0 chrome-1.png
Binary file not shown.
Binary file removed screenshots/v2.0.0 chrome-2.png
Binary file not shown.
Binary file removed screenshots/v2.0.0 chrome-3.png
Binary file not shown.
Binary file removed screenshots/v2.0.0 firefox-1.png
Binary file not shown.
Binary file removed screenshots/v2.0.0 firefox-2.png
Binary file not shown.
Binary file removed screenshots/v2.0.2 chrome icon with title.png
Binary file not shown.
Binary file removed screenshots/v2.0.2 firefox icon with title.png
Binary file not shown.
Binary file removed screenshots/v2.0.2 firefox-title with version.png
Binary file not shown.
Binary file not shown.
Binary file removed screenshots/v2.0.3 firefox redirect issue fixed.png
Binary file not shown.
Binary file removed screenshots/v2.1.4 chrome-1.jpg
Binary file not shown.
Binary file removed screenshots/v2.1.4 chrome-2.jpg
Binary file not shown.
Binary file removed screenshots/v2.1.4 chrome-3.jpg
Binary file not shown.
Binary file removed screenshots/v2.1.4 firefox-1.png
Binary file not shown.
Binary file removed screenshots/v2.1.4 firefox-2.png
Binary file not shown.
Binary file removed screenshots/v2.1.6 firefox-1.jpg
Binary file not shown.
Binary file removed screenshots/v2.1.6 firefox-2.jpg
Binary file not shown.
Binary file removed screenshots/v2.1.7 chrome masking.jpg
Binary file not shown.
Binary file removed screenshots/v2.1.7 firefox masking.jpg
Binary file not shown.
Binary file removed screenshots/v2.2.3.png
Binary file not shown.
Binary file removed screenshots/v2.2.5.jpg
Binary file not shown.

0 comments on commit d59f578

Please sign in to comment.