Skip to content

fiuderazes/OSINT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

OSINT

Small scripts for OSINT.
#1. Instagram
Description:
Small proof of concept to show how to retrieve exact location of photos from instagram. At instagram.com you can only see approximate location like country and city. This script gets latitude and longitude from photos and next checks this values with GeoPy. Additionaly can count all hashtags.

Tested with >600 photos
Do not forget to change api credentials

Functions:

  • Count and show all hashtags
  • Get exact location of all photos (thanks to GeoPy) with timestamp

Requirements:

Usage: #python insta.py ID
You can check user's ID easily by adding double underscore at the end of the request, like this https://www.instagram.com/USERNAME/?__a=1 and look for owner id in json response.

Examples: (random person)

alt text

alt text TODO:

  • improve hashtags parsing
  • make it faster
  • new functions?

Code is quite messy but in my defense I can say that I'm still learning python. If you have any advice or idea, just let me know!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%