The Wayback Machine - https://web.archive.org/web/20220411132445/https://github.com/topics/osint
Skip to content
#

osint

Here are 1,170 public repositories matching this topic...

jofpin
jofpin commented Jan 22, 2020

It has been a pleasure for me to contribute to all of you 2 versions of this tool.

I've been working on other open source projects that I'm about to release for you, so I haven't finished trape version 3.0.

But, I invite you and the entire community that has used this project, to collaborate with some lines of code, implementing your own ideas and improving trape, turning it into a project o

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
4bo
4bo commented Feb 28, 2022

Describe the bug
using Hashtag.get_posts(), when post type is Sidecar, using post.url raises this error:

app_1  |   File "/usr/local/lib/python3.9/site-packages/instaloader/structures.py", line 296, in url
app_1  |     return self._node["display_url"] if "display_url" in self._node else self._node["display_src"]
app_1  | KeyError: 'display_src'

To Reproduce

hashtag =
bug good first issue
ivre

Improve this page

Add a description, image, and links to the osint 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 osint topic, visit your repo's landing page and select "manage topics."

Learn more