All Projects → Datalux → Osintgram

Datalux / Osintgram

Licence: gpl-3.0
Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Osintgram

Hosthunter
HostHunter a recon tool for discovering hostnames using OSINT techniques.
Stars: ✭ 427 (+36.86%)
Mutual labels:  osint, hacking, penetration-testing, tool
Osmedeus
Fully automated offensive security framework for reconnaissance and vulnerability scanning
Stars: ✭ 3,391 (+986.86%)
Mutual labels:  osint, hacking, penetration-testing, information-gathering
Pentesting Bible
Learn ethical hacking.Learn about reconnaissance,windows/linux hacking,attacking web technologies,and pen testing wireless networks.Resources for learning malware analysis and reverse engineering.
Stars: ✭ 8,981 (+2778.53%)
Mutual labels:  osint, hacking, information-gathering
Deadtrap
An OSINT tool to gather information about the real owner of a phone number
Stars: ✭ 73 (-76.6%)
Mutual labels:  osint, hacking, information-gathering
Discover
Custom bash scripts used to automate various penetration testing tasks including recon, scanning, parsing, and creating malicious payloads and listeners with Metasploit.
Stars: ✭ 2,548 (+716.67%)
Mutual labels:  osint, penetration-testing, information-gathering
Reconspider
🔎 Most Advanced Open Source Intelligence (OSINT) Framework for scanning IP Address, Emails, Websites, Organizations.
Stars: ✭ 621 (+99.04%)
Mutual labels:  osint, hacking, information-gathering
Social Analyzer
API, CLI & Web App for analyzing & finding a person's profile across +1000 social media \ websites (Detections are updated regularly by automated systems)
Stars: ✭ 8,449 (+2608.01%)
Mutual labels:  osint, information-gathering, analysis
Raccoon
A high performance offensive security tool for reconnaissance and vulnerability scanning
Stars: ✭ 2,312 (+641.03%)
Mutual labels:  osint, hacking, information-gathering
Socialpwned
SocialPwned is an OSINT tool that allows to get the emails, from a target, published in social networks such as Instagram, Linkedin and Twitter to find possible credentials leaks in PwnDB.
Stars: ✭ 104 (-66.67%)
Mutual labels:  instagram-api, osint, hacking
TIGMINT
TIGMINT: OSINT (Open Source Intelligence) GUI software framework
Stars: ✭ 195 (-37.5%)
Mutual labels:  osint, analysis, information-gathering
Holehe
holehe allows you to check if the mail is used on different sites like twitter, instagram and will retrieve information on sites with the forgotten password function.
Stars: ✭ 568 (+82.05%)
Mutual labels:  osint, information-gathering, instagram
DaProfiler
DaProfiler allows you to create a profile on your target based in France only. The particularity of this program is its ability to find the e-mail addresses your target.
Stars: ✭ 58 (-81.41%)
Mutual labels:  instagram, osint, information-gathering
Favfreak
Making Favicon.ico based Recon Great again !
Stars: ✭ 564 (+80.77%)
Mutual labels:  osint, hacking, information-gathering
Arachni
Web Application Security Scanner Framework
Stars: ✭ 2,942 (+842.95%)
Mutual labels:  analysis, hacking, penetration-testing
Linkedin2username
OSINT Tool: Generate username lists for companies on LinkedIn
Stars: ✭ 504 (+61.54%)
Mutual labels:  osint, hacking, penetration-testing
Oscp Prep
my oscp prep collection
Stars: ✭ 105 (-66.35%)
Mutual labels:  osint, hacking, penetration-testing
Vault
swiss army knife for hackers
Stars: ✭ 346 (+10.9%)
Mutual labels:  osint, hacking, information-gathering
Osi.ig
Information Gathering Instagram.
Stars: ✭ 377 (+20.83%)
Mutual labels:  osint, information-gathering, instagram
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+1002.24%)
Mutual labels:  osint, information-gathering, penetration-testing
toutatis
Toutatis is a tool that allows you to extract information from instagrams accounts such as e-mails, phone numbers and more
Stars: ✭ 803 (+157.37%)
Mutual labels:  instagram, osint, information-gathering

Osintgram

Osintgram is a OSINT tool on Instagram.

I don't assume any responsability for the use of this tool

Osintgram offers an interactive shell to perform analysis on Instagram account of any users by its nickname. You can get:

- addrs           Get all registered addressed by target photos
- captions        Get user's photos captions
- comments        Get total comments of target's posts
- followers       Get target followers
- followings      Get users followed by target
- fwersemail      Get email of target followers
- fwingsemail     Get email of users followed by target
- hashtags        Get hashtags used by target
- info            Get target info
- likes           Get total likes of target's posts
- mediatype       Get user's posts type (photo or video)
- photodes        Get description of target's photos
- photos          Download user's photos in output folder
- propic          Download user's profile picture
- stories         Download user's stories  
- tagged          Get list of users tagged by target
- wcommented      Get a list of user who commented target's photos
- wtagged         Get a list of user who tagged target

You can find detailed commands usage here.

Latest version | CHANGELOG

Tools

Installation

  1. Fork/Clone/Download this repo

    git clone https://github.com/Datalux/Osintgram.git

  2. Navigate to the directory

    cd Osintgram

  3. Run pip3 install -r requirements.txt

  4. Create a subdirectory config

    mkdir config

  5. Create in config folder the file: username.conf and write your Instagram account username

  6. Create in config folder the file: pw.conf and write your Instagram account password

  7. Create in config folder the file: settings.json and write the following string: "{}" without quotation marks

  8. Run the main.py script

    python3 main.py <target username>

Updating

Run git pull in Osintgram directory

Contributing

You can propose a feature request opening an issue or a pull request.

Here is a list of Osintgram's contributors.

External library

Instagram API: https://github.com/ping/instagram_private_api

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].