An open API service indexing awesome lists of open source software.

https://github.com/feng19/x_trace

A web tool for easy to use recon_trace
https://github.com/feng19/x_trace

elixir phoenix phoenix-framework trace

Last synced: 10 months ago
JSON representation

A web tool for easy to use recon_trace

Awesome Lists containing this project

README

          

# X-Trace

A web tool for easy to use recon_trace

[Video Demo](https://twitter.com/kevin52069370/status/1752594271855894872)

## Usage

Download cli from [Releases](https://github.com/feng19/x_trace/releases)

To start your server:

* Run `./xtrace_xxx` to start the endpoint
* Now you can visit [`localhost:4000`](http://localhost:4000) from your browser

Or download desktop application from here: [Releases](https://github.com/feng19/x_trace_desktop/releases)

## Build

You must have the following installed and in your PATH:

- Erlang -- erl
- Elixir -- mix
- Zig (0.11.0) -- zig
- XZ -- xz
- 7z -- 7z (For Windows Targets)

To start your server:

* Run `mix setup` to install and setup dependencies
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.