Skip to content
#

osint

Here are 1,122 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

EpiPhobe
EpiPhobe commented Feb 16, 2022

Describe the bug
Images are being downloaded as .webp files instead of the usual .jpg files.

To Reproduce
Steps to reproduce the behavior:
I'm using the Python module.
L = instaloader.Instaloader(download_geotags=False, compress_json=False, filename_pattern='{mediaid}')
I first saved thousands of shortcodes from a particular hashtag by iterating through:

post_iterator =
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