Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishpranav/socialosint
A python osint tool for getting emails, from a target, published in social networks like Instagram, Linkedin and Twitter for finding the possible credential leaks in PwnDB
https://github.com/krishpranav/socialosint
email-osint instagram-osint linkedin-osint osint osint-python osint-tool python python3 social-network twitter-osint
Last synced: 4 months ago
JSON representation
A python osint tool for getting emails, from a target, published in social networks like Instagram, Linkedin and Twitter for finding the possible credential leaks in PwnDB
- Host: GitHub
- URL: https://github.com/krishpranav/socialosint
- Owner: krishpranav
- Created: 2021-07-02T03:52:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T03:32:45.000Z (over 3 years ago)
- Last Synced: 2024-10-02T09:19:13.616Z (4 months ago)
- Topics: email-osint, instagram-osint, linkedin-osint, osint, osint-python, osint-tool, python, python3, social-network, twitter-osint
- Language: Python
- Homepage:
- Size: 57.6 KB
- Stars: 65
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# socialosint
A python osint tool for getting emails, from a target, published in social networks like Instagram, Linkedin and Twitter for finding the possible credential leaks in PwnDB[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)
# Installation
```
git clone https://github.com/krishpranav/socialosint
cd socialosint
python3 -m pip install -r requirements.txt
python3 socialosint.py
```# Usage
- you need to give your credentials here
```
only for instagram & linkedin you need to give
``````
{
"instagram":{
"username":"username",
"password":"password"
},
"linkedin":{
"email":"email",
"password":"password"
}
}
```# Examples
# Instagram example:
```
python3 socialosint.py --credentials credentials.json --instagram --info somename
python3 socialosint.py --credentials credentials.json --instagram --location 832578276
python3 socialosint.py --credentials credentials.json --instagram --hashtag-ig someHashtag --pwndb
python3 socialosint.py --credentials credentials.json --instagram --target-ig username --pwndb
python3 socialosint.py --credentials credentials.json --instagram --target-ig username --followers-ig --followings-ig --pwndb
```# Linkedin example:
```
python3 socialosint.py --credentials credentials.json --linkedin --search-companies "My Target"
python3 socialosint.py --credentials credentials.json --linkedin --search-companies "My Target" --employees --pwndb
python3 socialosint.py --credentials credentials.json --linkedin --company 123456789 --employees --pwndb
python3 socialosint.py --credentials credentials.json --linkedin --company 123456789 --employees --add-contacts
python3 socialosint.py --credentials credentials.json --linkedin --user-contacts user-id --pwndb
python3 socialosint.py --credentials credentials.json --linkedin --user-contacts user-id --add-contacts
```# Twitter example:
```
python3 socialosint.py --credentials credentials.json --twitter --hashtag-tw someHashtag --pwndb --limit 200
python3 socialosint.py --credentials credentials.json --twitter --target-tw username --all-tw --pwndb
python3 socialosint.py --credentials credentials.json --twitter --target-tw username --all-tw --followers-tw --followings-tw --pwndb
```# Multiple Target:
```
python3 socialosint.py --credentials credentials.json --instagram --target-ig username --followers-ig --followings-ig --linkedin --company 123456789 --employees --twitter --target-tw username --all-tw --pwndb --output results.txtpython3 socialosint.py --credentials credentials.json --instagram --target-ig username --linkedin --target-in username --twitter --target-tw username --all-tw --pwndb
```- Disclainer:
```
Use this tool for legal purpose. Author will not be responsible for any damage!.
```