1.
make setup
- Sets up your Instagram credentials2.
make build-run-testing
- Builds an Runs a container without invoking the main.py
script. Useful for an it
Docker session for development3.
make cleanup-testing
- Cleans up the testing container created from build-run-testing
## Development version 💻
To use the development version with the latest feature and fixes just switch to
development
branch using Git:git checkout development
and update to last version using:
git pull origin development
## Updating ⬇️
To update Osintgram with the stable release just pull the latest commit using Git.
1. Make sure you are in the master branch running:
git checkout master
2. Download the latest version:
git pull origin master
## Contributing 💡
You can propose a feature request opening an issue or a pull request.
Here is a list of Osintgram's contributors:
<a href="https://github.com/Datalux/Osintgram/graphs/contributors">
<img src="https://contributors-img.web.app/image?repo=Datalux/Osintgram" />
</a>
## External library 🔗
[Instagram] API](https://github.com/ping/instagram_private_api)
pkg update
pkg upgrade
pkg install python
pkg install python-pip
pip install requests
pip install beautifulsoup4
pip install lxml
git clone https://github.com/Datalux/Osintgram.git
ls
cd Osintgram/
chmod +x osintgram.py
$
$ sudo apt install python3
$
$
$ sudo apt install python3-pip
$
$
$ mkdir config
$ cd config
$ echo "username" > username.conf
$ echo "password" > pw.conf
$ echo "{}" > settings.json
$ ls
$
$
$ cd ..
$ ls
$ python3 main.py bashu_sanchita
$ list commands run
If error to w8 few minutes
$
$
$
$ skip
make setup
mkdir config
config/settings.json {}
config/credentials.ini
docker-compose run --rm osintgram $$username
cd config/
credentials.ini
settings.json {}
"config/credentials.ini"
git clone https://github.com/Datalux/Osintgram.git
cd Osintgram
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
credentials.ini
config/
make setup
python3 main.py <target username> --command <command>
docker build -t osintgram
docker run --rm -it -v "$PWD/output:/home/osintgram/output" osintgram <target>
docker-compose run osintgram <target>
make setup
make run
p align="center">
<img src="https://github.com/blackeko/yesitsme/blob/media/logo.png" alt="yesitsme logo">
</p>
<h3 align="center">Yes, it's me!</h3>
<p align="center">
Simple OSINT script to find Instagram profiles by name and e-mail/phone
</p>
# 💬 Description
yesitsme is a simple Python script which tries to find Instagram account associated with a specific name, e-mail and phone number.
Leveraging dumpor.com indexing capabilities, it retrieves all usernames associated with a certain name and automatically compares the fetched toutatis obfuscated e-mail/phone with the given one, saving time and energy while doing online investigations.
# ⚙️ Installation
eva@paradise:~$ git clone https://github.com/blackeko/yesitsme/
eva@paradise:~$ cd yesitsme
eva@paradise:~$ pip3 install -r requirements.txt
eva@paradise:~$ python3 yesitsme.py -s SESSION_ID -n NAME -e EMAIL -p PHONE -t TIMEOUT
# 🕹️ Usage
## Argument description
-
- *sessionid* cookie of your Instagram account (i.e. sockpuppet);
-
-n``` "Name Surname"
- Target *name* and *surname* (case insensitive);
-
- *First* and *last letter* of target e-mail;
-
-p``` "+39 ** 09"
- *Area code* and *last two digits* of target phone number;
-
- *Timeout* between each request (default = 0).
## Example
console
eva@paradise:~$ python3 yesitsme.py -s 5t3El3650d4Z7A3jA2%Y1R70vnYn%36U3 -n "John Doe" -e "j*[email protected]" -p "+39 * * **09" -t 10