{{#*inline "page"}}

This is the registry server of sn0int, an 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.

Among other things, sn0int is currently able to:

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.

The registry server allows uploading modules that can be installed by users afterwards. This is done using sn0int which needs to be installed.

You can search for modules with sn0int using:

sn0int search ctlogs

To install the module afterwards run:

sn0int install kpcyrd/ctlogs

If you want to publish your own module, you need to login with github first:

sn0int login

Afterwards you can upload your module to the registry (this is going to publish your module as yourgithubuser/example):

sn0int publish ./path/to/example.lua

For more information, visit sn0int on github.

{{/inline}} {{~> base }}