assetnote / kiterunner

Contextual Content Discovery Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to save results and what does a profile do?

0xtavian opened this issue · comments

Attempting to distribute kiterunner with axiom https://github.com/pry0cc/axiom. How can we specify a text output file? Should we just pipe to tee?

and does a profile do?

Thank you!

Currently there are no output to file options. I recommend using tee.

Profile will dump a go CPU profile that can be used for optimisation.