Skip to content

FATT v0.1.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 21:49
· 3 commits to master since this release

FATT (Find All The Things) v0.1.1

A high-performance, modular, asynchronous, and distributed security scanning CLI tool.

Downloads

  • Windows: fatt-windows-amd64.exe
  • macOS Intel: fatt-macos-amd64
  • macOS Apple Silicon: fatt-macos-arm64
  • Linux: fatt-linux-amd64

Installation

Extract the archive and run the executable from your terminal or command prompt.

# Linux/macOS
chmod +x fatt
./fatt scan -i domains.txt

# Windows
fatt.exe scan -i domains.txt

Changelog