About the Terra

Terra is a powerful Open Source intelligence tool (OSINT) that focuses on Twitter and Instagram data, enabling researchers to gather information and capture data on both social media platforms.

Supported social media platforms

Twitter

Instagram

Tools installation

First, researchers can clone the project source locally using the following command:

$ git clone https://github.com/xadhrit/terra.git
Copy the code

Next, modify the current working directory in the command line terminal:

$ cd terra
Copy the code

Run the following command to install the dependent components required by the tool:

$ python3 -m pip install -r requirements.txt
Copy the code

Matters needing attention

In view of the Twittercredentials

To use Terra, we need to store the Twitter credentials information in the Twitter.yml file in the project creds directory, refer to the Twitter API information, or go to Twitter’s developer portal for access tokens.

For Instagram credentials

To use Terra, we need to store our Instagram username and password in a creds/insta.yml file.

→ Click to obtain network security materials · Walkthrough ←

More than 2000 network security series e-books network security standard questions database material source code network security basics, Linux, Web security, attack and defense video network security learning roadmap

Tool use

Based on using

Py <username of target> help: -j Stores the result to a JSON file. -f processes the text fileCopy the code

Twitter Scout command

Ls: display all available Terra command help: obtain help information quit: exit the program Run clear: clear terminal information exit: exit Terra reset target: reset new target tweets from the command line Get latest tweets of target's Twitter users favtweets: get latest tweets of target's Twitter users followers: get list of target's followers following: get list of followers info: Obtain the target user information Overview Profile PIC: Download the profile picture of the target account banner: Download the background image of the target account htAGS: Obtain the Hashtag used by the target accountCopy the code

Instagram Reconnaissance Command

Quit: Exit the program. Run clear: clear the terminal information. Exit: exit Terra locations: Obtain the locations of the clustering bindings. Get the title of the target. Reset target: resets the new target on the command line. Comments: Get all the comments of the target. Following emails: Get followers Phone email: get followers phone followings phone: get followers phone tags: Hashtag timeline: Obtains the summary of the target account. Likes: Obtains the number of likes of the target. Mediatype: obtains the photo and video information of the target. Tagged ': indicates the tagged list of users to obtain the tagged account. Commenter ': indicates the comment user to obtain the tagged informationCopy the code