Terra is a OSINT Tool On Twitter And Instagram.
Installation
Clone the github repo
$ git clone https://github.com/xadhrit/terra.git
Change Directory
$ cd terra
Requirements
For requirements run following commands:
$ python3 -m pip install -r requirements.txt
Note
For Twitter Credentials :
You need credentials which are listed in twitter.yml file in creds folder for using terra.
You can find more about Twitter Api and Access Tokens on Twitter’s Developer Portal
For Instagram Credentails:
Put your Instagram’s username and password in creds/insta.yml file. And you are good to go.
Usage
Basic Usage
~/terra$ python3 terra.py
help : -j for saving results in a JSON file
-f for text file
Twitter Recon Commands
ls: Display all Terra Commands
help: For Help
quit: For quiting the program
clear: For cleaning your terminal screen
exit: For exiting from Terra
reset target : Reset new target in command line
tweets : Get latest tweets tweeted by Target
favtweets : Get latest tweets which favorited by Target
followers : Get target’s followers list
following : Get target’s following list
info: Get overview and infomation about target
profile pic: Download Target’s Profile Picture
banner: Download Target’s Profile banner
htags : Get hashtags used by Target
Instgram Recon Commands
ls : Display Terra Commands,
help : for Help,
clear: for clearning your Screen,
quit: for quiting,
exit: For Exiting from Terra,
locations : For getting Pinned location of target,
captions : For gathering target’s captions,
reset target: For resetting target in Terra,
comments : For all comments of target,
followers : For getting follower’s list of target,
followings: For getting following list of target
followers emails : For target’s followers emails,
following emails : For target’s following emails,
followers phone : For target followers phone numbers,
followings phone : For target followings phone numbers,
tags : For getting hashtags used by target ,
timeline : For overview of target’s account ,
likes: Get total_likes of target,
mediatype : For information of photos and video of target,
photodes : For gathering target photos description,
photos : For Downloading target’s photos,
profile pic : For downloading target’s profile picture,
stories : For downloading target’s stories ,
tagged’: For listing user who tagged by target,
commenter’: For getting all user who commented on target’s posts
ttag : For listing user tagged target in their posts
The rmmod command in Linux removes a loaded module from the running kernel. Because the kernel has…
The free command in Linux gives you a quick summary of RAM and swap usage. It reads…
The diff command in Linux compares two text files line by line and shows the lines that…
DNS cache is a temporary database your OS and browser build as you browse. Each time you visit a website, the domain-to-IP mapping is saved locally, cutting out the round trip to a remote DNS server on repeat visits. Stale entries are the most common reason to flush the DNS cache: a server moves to a new IP, but your OS or browser still routes to the old address. This guide covers how to clear the DNS cache on Windows, Linux, and macOS, and how to flush the separate cache stored inside Chrome and Firefox. Flush DNS Cache on Windows The command is the same on Windows 10, Windows 11, and earlier supported releases. Open Command Prompt with administrator privileges. Type cmd in the Windows search bar, right-click Command Prompt, and select Run as…
Using a strong, unique password for every account is one of the most effective security…
Ubuntu locks the root account by default. New users often wonder what the root password…