Uosint is an Instagram OSINT (Open-Source Intelligence) tool for gathering valuable insights and information from Instagram profiles, posts, and comments. With Uosint, you can extract sensitive data, analyze user activities, and leverage the power of Chat GPT AI to perform advanced data analysis.
git clone https://github.com/fostn/uosint.git
cd uosint
After entering your Instagram account information Install the project dependencies:
python setup.py install
This will install all the required dependencies for Uosint.
Before using Uosint, make sure to configure your credentials.
Open the config/credentials.ini file and enter your Instagram account credentials.
After successful login, the token will be generated and automatically saved in the config/token.ini
file. You don't need to manually edit this file. The token is used for authentication purposes and enables access to the relevant services.
Note: It is essential to keep your credentials and token secure and not share them publicly .
To use Uosint, execute the following command:
uosint <command> <username>
Replace
sensitive
: Search for sensitive Data
-c
followers
: Get the followers of the target username
following
: Get the users that the target username is following
info
: Get the information of the target username
posts
: Get the posts of the target username
comments
: Get the comments on the posts of the target username
fwersemail
: Extract email addresses from the followers' bio of the target username
fwingsemail
: Extract email addresses from the users' bio that the target username is following
fwersnumber
: Extract phone numbers from the followers' bio of the target username
fwingsnumber
: Extract phone numbers from the users' bio that the target username is following
d-posts
: Download the posts of the target username
d-stories
: Download the stories of the target username
detect
: Detect and analyze text in the images of the target username stories
-i
-s
For example, to check for sensitive comments, use the following command
uosint sensitive -c <username>