Jump to content
Fi8sVrs

Tracy - A tool designed to assist with finding all sinks and sources of a web application and display these results in a digestible manner.

Recommended Posts

  • Active Members

38943629-c354d81a-42e6-11e8-9644-cc956d9

Tracy

A pentesting tool designed to assist with finding all sinks and sources of a web application and display these results in a digestible manner. tracy should be used during the mapping-the-application phase of the pentest to identify sources of input and their corresponding outputs. tracy can use this data to intelligently find vulnerable instances of XSS, especially with web applications that use lots of JavaScript.

tracy is a browser extension and light-weight HTTP proxy that records all user input to a web application and monitors any time those inputs are output, for example in a DOM write, server response, or call to eval.

For guides and reference materials about tracy, see the documentation.

 

Installation

It is strongly recommended that you use a released version. Release binaries are available on the releases page. Download the appropriate release binary and run it:

# Run the proxy server and the tracer API. Pick the binary that works for your host.
$ ./tracy-linux-amd64

Then, install the browser extension with Firefox or Chrome using one of the following links:

firefox
chrome

 

Once tracy is running and the plugin is installed, install the certificate into your browser's certificate store(the certifcate is located in the .tracy folder in the home directory) and configure your browser to use the proxy(the default proxy address is localhost on port 7777)

Note: The tracy binary and browser extension work together. Running one without the other will result in unexpected behavior.

 

Download: tracy-master.zip

or

git clone https://github.com/nccgroup/tracy.git

Source

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...