
Инструмент OSINT для Twitter и Instagram.
Я ищу активного мейнтейнера для Terra. У меня есть несколько захватывающих идей для новых функций и других возможностей с Terra / OSINT. Буду рад услышать от заинтересованных лиц. Пишите мне на [email protected]
Terra : Инструмент разведки в социальных сетях.
Twitter
Instagram
Клонируйте репозиторий GitHub
$ git clone https://github.com/xadhrit/terra.git
Смените директорию
$ cd terra
Для установки зависимостей выполните следующие команды:
$ python3 -m pip install -r requirements.txt
Для учетных данных Twitter:
Вам нужны учетные данные, которые перечислены в файле twitter.yml в папке creds для использования Terra.
Вы можете узнать больше о Twitter API и токенах доступа на Портале разработчиков Twitter
Для учетных данных Instagram:
Поместите ваше имя пользователя и пароль Instagram в файл creds/insta.yml. И все готово.
Базовое использование:
~/terra$ python3 terra.py <username of target>
help : -j for saving results in a JSON file
-f for text file
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
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
Любой pull request с хорошим и понятным кодом :) приветствуется.
Откройте issue на GitHub.
Каждый раз при повторном входе в аккаунт Instagram вам нужно удалить session ids и cookies из файла creds/settings.json и поместить в файл пустые фигурные скобки, вот так
Python-twitter : https://github.com/bear/python-twitter
Instagram Private API : https://github.com/ping/instagram_private_api
Terra больше не является активным проектом. Я ищу мейнтейнеров.
Для тех, кто не может запустить Terra после последнего коммита
username: "username"
password: "password"