All Projects → sc1341 → Instagramosint

sc1341 / Instagramosint

Licence: mit
An Instagram Open Source Intelligence Tool

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Instagramosint

Namechk
Osint tool based on namechk.com for checking usernames on more than 100 websites, forums and social networks.
Stars: ✭ 381 (-21.28%)
Mutual labels:  osint
Sifter
Sifter aims to be a fully loaded Op Centre for Pentesters
Stars: ✭ 403 (-16.74%)
Mutual labels:  osint
Goohak
Automatically Launch Google Hacking Queries Against A Target Domain
Stars: ✭ 432 (-10.74%)
Mutual labels:  osint
Open Semantic Search
Open Source research tool to search, browse, analyze and explore large document collections by Semantic Search Engine and Open Source Text Mining & Text Analytics platform (Integrates ETL for document processing, OCR for images & PDF, named entity recognition for persons, organizations & locations, metadata management by thesaurus & ontologies, search user interface & search apps for fulltext search, faceted search & knowledge graph)
Stars: ✭ 386 (-20.25%)
Mutual labels:  osint
Gosint
OSINT Swiss Army Knife
Stars: ✭ 401 (-17.15%)
Mutual labels:  osint
Cloud enum
Multi-cloud OSINT tool. Enumerate public resources in AWS, Azure, and Google Cloud.
Stars: ✭ 420 (-13.22%)
Mutual labels:  osint
Osint team links
Links for the OSINT Team
Stars: ✭ 378 (-21.9%)
Mutual labels:  osint
Whatbreach
OSINT tool to find breached emails, databases, pastes, and relevant information
Stars: ✭ 472 (-2.48%)
Mutual labels:  osint
Censys Subdomain Finder
⚡ Perform subdomain enumeration using the certificate transparency logs from Censys.
Stars: ✭ 402 (-16.94%)
Mutual labels:  osint
Hosthunter
HostHunter a recon tool for discovering hostnames using OSINT techniques.
Stars: ✭ 427 (-11.78%)
Mutual labels:  osint
Buster
An advanced tool for email reconnaissance
Stars: ✭ 387 (-20.04%)
Mutual labels:  osint
Enterprise Security Skill
用于记录企业安全规划,建设,运营,攻防的相关资源
Stars: ✭ 400 (-17.36%)
Mutual labels:  osint
Metabigor
Intelligence tool but without API key
Stars: ✭ 424 (-12.4%)
Mutual labels:  osint
Email2phonenumber
A OSINT tool to obtain a target's phone number just by having his email address
Stars: ✭ 379 (-21.69%)
Mutual labels:  osint
Witnessme
Web Inventory tool, takes screenshots of webpages using Pyppeteer (headless Chrome/Chromium) and provides some extra bells & whistles to make life easier.
Stars: ✭ 436 (-9.92%)
Mutual labels:  osint
Osi.ig
Information Gathering Instagram.
Stars: ✭ 377 (-22.11%)
Mutual labels:  osint
Phoneinfoga
PhoneInfoga is one of the most advanced tools to scan international phone numbers using only free resources. It allows you to first gather standard information such as country, area, carrier and line type on any international phone number. Then search for footprints on search engines to try to find the VoIP provider or identify the owner.
Stars: ✭ 5,927 (+1124.59%)
Mutual labels:  osint
Odin
Automated network asset, email, and social media profile discovery and cataloguing.
Stars: ✭ 476 (-1.65%)
Mutual labels:  osint
Threatingestor
Extract and aggregate threat intelligence.
Stars: ✭ 439 (-9.3%)
Mutual labels:  osint
Aquatone
A Tool for Domain Flyovers
Stars: ✭ 4,405 (+810.12%)
Mutual labels:  osint

Instagram OSINT Tool

The Instagram OSINT Tool gets a range of information from an Instagram account that you normally wouldn't be able to get from just looking at their profile

The information includes:

  1. Username
  2. Profile Name
  3. URL
  4. Followers
  5. Following
  6. Number of Posts
  7. Bio
  8. Profile Picture URL
  9. Is Business Account?
  10. Connected to a FB account?
  11. External URL
  12. Joined Recently?
  13. Business Category Name
  14. Is private?
  15. Is Verified?
  16. Downloads Public Photos

Usage

Note: You must use python3.6 or greater due to the use of "f" strings

  1. pip3 install -r requirements.txt
  2. python3 main.py --username USERNAME

Please note that InstagramOSINT.py is for importing as python module, this is for use in custom applications and not to be run from the command line

Output

The output format is a dict/json inside of a txt file in the directory created for the profile that you scanned

API InstagramOSINT.py Usage

This is useful when trying to apply this codebase to any projects. The API is really simple to use and uses python features to make it easier to use such as indexing

Examples:

from InstagramOSINT import *

instagram = InstagramOSINT(username='USERNAMEHERE')

print(instagram.profile_data)

print(instagram['Username'])

instagram.print_profile_data()

instagram.save_data()

instagram.scrape_posts()

Disclaimer

I am not responsible for anything you do with this tool that could be considered illegal. Do not break the law!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].