AlexSeiler
Registered Member
- Jul 9, 2022
- 67
- 45
We will use a Instagram OSINT Tool called Osintgram.
What is a Osint:
Open Source Intelligence (OSINT) is security-related information collected from freely available open sources (e.g. social and professional networks, news, websites). Usable insights are gained on the different information with the help of appropriate analysis tools.
Using Osintgram you can do following commands:
You can find a detailed explanation on their Github Repo.
You can also use the free Google Cloud Shell when you don't have Python & a Linux Environment on your Computer
There is also a nice YouTube from a YouTuber called "NetworkChuck". (I'm not affliated with his Channel)
If you have any questions feel free to ask me.
What is a Osint:
Open Source Intelligence (OSINT) is security-related information collected from freely available open sources (e.g. social and professional networks, news, websites). Usable insights are gained on the different information with the help of appropriate analysis tools.
Using Osintgram you can do following commands:
Code:
- 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
- fwersnumber Get phone number of target followers
- fwingsnumber Get phone number 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 a detailed explanation on their Github Repo.
You can also use the free Google Cloud Shell when you don't have Python & a Linux Environment on your Computer
There is also a nice YouTube from a YouTuber called "NetworkChuck". (I'm not affliated with his Channel)
If you have any questions feel free to ask me.