tillson / git-hound

Reconnaissance tool for GitHub code search. Scans for exposed API keys across all of GitHub, not just known repos and orgs.
MIT License
1.2k stars 187 forks source link

Results / Output of githound search ? #30

Closed prosecurity closed 4 years ago

prosecurity commented 4 years ago

how to i find the output or results of githound or how do i save them

tillson commented 4 years ago

The results are printed to stdout. You can use standard output redirection/piping to work with these (e.g. ./githound > output.txt)