sn0int icon indicating copy to clipboard operation
sn0int copied to clipboard

Semi-automatic OSINT framework and package manager

Results 49 sn0int issues
Sort by recently updated
recently updated
newest added

Hi all, I am encountering the below error message in attempting to use any `sn0int` command aside from `--help`. It's not clear to me whether this is a fault elsewhere...

👋 homebrew-core maintainer in here, want to add this awesome github action to help you automate the homebrew release process. One thing that you need to do on your end...

For development it could be useful to have a function that takes a `req` from `http_request` and converts it into a curl command.

There's currently no way for a github org to publish in their namespace, because the sn0int registry authenticates the github username through oauth (which can't be done for orgs, even...

Coming from recon-ng here, so perhaps I've missed a piece of info in the docs, but so far I can only see high level info on a module. For example,...

We already know if a module is requesting access to a given access-key/api token from: ``` -- Keyring-Access: foo ``` If we list our modules it should annotate the list...

Hi, I would like to know how I can add api key. I want use the module "leakprobe" but I'm being asked to add API key. But where I put...

There should be a way to automatically resolve redirects, like ```lua req = http_request(session, 'GET', 'https://example.com', { follow_redirects=true, }) ```

It would be helpful to be able to list all available modules. I'm also wondering if better documentation on this feature could help (i.e I had to look through your...