sn0int 0.4.0

OSINT framework and package manager
docs.rs failed to build sn0int-0.4.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: sn0int-0.26.0

sn0int Build Status Crates.io

sn0int is an OSINT framework and package manager. It's purpose is semi-automatically processing public information to enumerate attack surface. sn0int itself is only providing an engine that can be extended with scripts.

sn0int is heavily inspired by recon-ng, but takes a few different design approaches. We've tried to correct some limitations in the database design and also addressed the modularity problem:

Instead of downloading and reviewing python scripts that have full access to your system, sn0int is executing modules in a lua sandbox. Modules can be published to the sn0int registry and then installed by users. This means that you don't have to send pull requests to sn0int to add a module and updates can be shipped much faster.

Installation

  • Archlinux: yaourt -S sn0int
  • Alpine: apk add --no-cache sqlite-dev libseccomp-dev cargo + build from source
  • Debian: apt install libsqlite3-dev libseccomp-dev + build from source

License

GPLv3+