Skip to content
#

open-source-intelligence

Here are 49 public repositories matching this topic...

sundowndev
sundowndev commented Feb 1, 2022

User should be able to choose which scanner they want to run at each scan in the CLI. We should provide a way to skip one or more scanners. A disable flag could help on that.

Example

$ phoneinfoga scan -n <number> -D ovh
$ phoneinfoga scan -n <number> --disable googlesearch
$ phoneinfoga scan -n <number> -D ovh -D googlesearch

Implementation

The filter logic shoul

kind/feature good first issue
mjpitz
mjpitz commented Mar 19, 2021

In some cases, we assume the name of a library/application is the name of the repository in which the file resides. This works for many projects where you might use a repository per library or application but doesn't work as well for mono-repositories where files may be scattered across subdirectories. One simple way to handle this would be to pass along the file path in addition to the URL to the

effort: 2 good first issue help state: approved

Improve this page

Add a description, image, and links to the open-source-intelligence topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the open-source-intelligence topic, visit your repo's landing page and select "manage topics."

Learn more