View Issue Details

IDProjectCategoryView StatusLast Update
0005571Kali LinuxNew Tool Requestspublic2019-09-17 14:00
Reporterkpcyrd Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
Summary0005571: sn0int - Semi-automatic OSINT framework and package manager
Description

Name: sn0int
Version: 0.12.0
Homepage: https://github.com/kpcyrd/sn0int
Download: https://github.com/kpcyrd/sn0int/archive/v0.12.0.tar.gz
License: GNU 3 (https://github.com/kpcyrd/sn0int/blob/master/LICENSE)
Description: Semi-automatic OSINT framework and package manager

sn0int is a semi-automatic OSINT framework and package manager. It was built for IT security professionals and bug hunters to gather intelligence about a given target or about yourself. sn0int is enumerating attack surface by semi-automatically processing public information and mapping the results in a unified format for followup investigations.

sn0int is heavily inspired by recon-ng and maltego, but remains more flexible and is fully opensource. None of the investigations listed above are hardcoded in the source, instead those are provided by modules that are executed in a sandbox. You can easily extend sn0int by writing your own modules and share them with other users by publishing them to the sn0int registry. This allows you to ship updates for your modules on your own since you don't need to send a pull request.

Demo: https://asciinema.org/a/shZ3TVY1o0opGFln3Oi2DAMCB

Additional Information

The following packages are build dependencies:

  • cargo
  • libsqlite3-dev
  • libseccomp-dev

The following packages are runtime dependencies:

  • libsqlite3-0
  • libseccomp2
  • publicsuffix (optional)

The binary can be built using:

cargo build --release

After the build finished, the binary is located at target/release/sn0int. It is recommended (but not required) to set CAP_SYS_CHROOT on /usr/bin/sn0int to enable advanced sandboxing.

An example package can be found here:
https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/sn0int

sn0int is currently shipped by: archlinux, brew, alpine and openbsd.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-06-30 04:53 kpcyrd New Issue
2019-09-17 14:00 g0tmi1k Status new => closed
2019-09-17 14:00 g0tmi1k Resolution open => won't fix