Skip to content

feng19/x_trace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X-Trace

A web tool for easy to use recon_trace

Video Demo

Usage

Download from Releases

To start your server:

  • Run ./xtrace_xxx to start the endpoint
  • Now you can visit localhost:4000 from your browser

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 from your browser.