sn0int
sn0int copied to clipboard
Semi-automatic OSINT framework and package manager
`mod` seems slightly overloaded and/or counter-intuitive, since we claim to be a package manager we should consider changing the wording to `package` and `pkg` while keeping `mod` as an alias....
There should be a first class command to check the api status of a given key, like the current credits. This could be done with a regular script that takes...
Updating the database directly is cumbersome, there should be a way to set/unset the featured flag and the new properties described in #134. This should be tied to a moderator...
We want to expand the current api responses with the following features: - Flag modules as `defunct` - Allow redirecting modules to other modules with an automatic update. This is...
In addition to #35 we should add tooling to run CI for module repos. As an example the modules currently in kpcyrd/sn0int should be moved into their own repo with...
There are a few shortcomings that should be fixed before the next release: - [x] accounts should have a phonenumber field - [ ] devices should have location fields for...
There's currently no way to learn about newly featured modules besides running `quickstart` occisionally. We could include the list of featured modules in the update check response.
We currently display the changed fields during an update, but we don't display fields during an insert.
Right now we can have TTLs for structs and links, but we can't have a TTL for fields (like location info that expires over time). I'm not sure what's the...
This is a bit of a larger problem/thought. Most/all datetime are built around the idea very specific timestamps, often with minute or second precision. In some cases we're getting data...