Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.txt

python3 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!.
```