Latest Posts from adityaa_oky (@adityaa_oky) on Telegram

adityaa_oky Telegram Posts

adityaa_oky
@Adityaoky
3,271 Subscribers
16 Photos
53 Videos
Last Updated 27.02.2025 22:46

Similar Channels

Earning Flash ᵀᴹ
539,090 Subscribers
TechNaaz
4,374 Subscribers
M Asim Tech
3,843 Subscribers

The latest content shared by adityaa_oky on Telegram


Sample workflow for development:
1. make setup - Sets up your Instagram credentials
2. make build-run-testing - Builds an Runs a container without invoking the main.py script. Useful for an it Docker session for development
3. 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

## Output
<img src="https://github.com/blackeko/yesitsme/blob/media/screenshot_1.png">
Three levels of match:
- **HIGH**: name, e-mail and phone number (obfuscated) match;
- **MEDIUM**: name and/or e-mail and/or phone match;
- **LOW**: only one of them matches.
# 📝 Notes
- Name and e-mail (or phone number) are **mandatory**;
- To leave e-mail/phone empty, simply set

-e/-p " "`;
- E-mail/phone asterisks are jucan be omittedcan be omitted**;
- If omitted, timeout is zero; it's recommended to set at least 10 seconds to avoid being detected;
- Phone numbersame format **same format** as in the example, i.e. it must contain the area code (including plus symbol) and the whitespace;
- When the match level is HIGH, it will prompt whether to stop or continue searching.
# 🍪 Retrieve Instagram sessionid
While logged in your Instagram account:
1. Right-click and click on Inspect Element to open the developer console;
2. Go to the Storage tab;
3. Expand the Cookies menu and check "sessionid" cookie.
<img src="https://github.com/blackeko/yesitsme/blob/media/screenshot_2.png">
# 🙏🏻 Credits
Thanks to:
* [Toutatis](https://github.com/megadose/toutatis)
* [Dumpor](https://dumpor.com/)
dm me:-- @ninjaplugger

# Commands list and usage
- addrs           Get all registered addressed by target photos
- captions Get user's photos captions
- commentdata Get a list of all the comments on the target's posts
- comments Get total comments of target's posts
- followers Get target followers
- followings Get users followed by target
- fwersemail Get email of target followers
- fwingsemail Get email of users followed by target
- hashtags Get hashtags used by target
- info Get target info
- likes Get total likes of target's posts
- mediatype Get user's posts type (photo or video)
- photodes Get description of target's photos
- photos Download user's photos in output folder
- propic Download user's profile picture
- stories Download user's stories
- tagged Get list of users tagged by target
- wcommented Get a list of user who commented target's photos
- wtagged Get a list of user who tagged target

### addrs
Return a list with address (GPS) tagged by target in his photos.
The list has post, address and date fields.
### captions
Return a list of all captions used by target in his photos.
### comments
Return the total number of comments in target's posts
### exit
Exit from Osintgram
### FILE
Can set preference to save commands output in output folder. It save output in <target username>_<command>.txt file.
With FILE=y you can enable saving in file.
With FILE=n you can disable saving in file.
### followers
Return a list with target followers with id, nickname and full name
### followings
Return a list with users followed by target with id, nickname and full name
### fwersemail
Return a list of emails of target followers
### fwingsemail
Return a list of emails of user followed by target
### fwersnumber
Return a list of phone number of target followers
### fwingsnumber
Return a list of phone number of user followed by target
### hashtags
Return a list with all hashtag used by target in his photos
### info
Show target info like:
- id
- full name
- biography
- followed
- follow
- is business account?
- business category (if target has business account)
- is verified?
- business email (if available)
- HD profile picture url
- connected Facebook page (if available)
- Whats'App number (if available)
- City Name (if available)
- Address Street (if available)
- Contact phone number (if available)
### JSON
Can set preference to export commands output as JSON in output folder. It save output in <target username>_<command>.JSON file.
With JSON=y you can enable JSON exporting.
With JSON=n you can disable JSON exporting.
### likes
Return the total number of likes in target's posts
### list (or help)
Show all commands available.
### mediatype
Return the number of photos and video shared by target
### photodes
Return a list with the description of the content of target's photos
### photos
Download all target's photos in output folder.
When you run the command, script ask you how many photos you want to download.
Type ENTER to download all photos available or type a number to choose how many photos you want download.
Run a command: photos
How many photos you want to download (default all):

### propic
Download target profile picture (HD if is available)
### stories
Download all target's stories in output folder.
## tagged
Return a list of users tagged by target with ID, username and full name
## wcommented
Return a list of users who commented target's photos sorted by number of comments
## wtagged
Return a list of users who tagged target sorted by number of photos
## FAQ
1. Can I access the contents of a private profile? No, you cannot get information on private profiles. You can only get information from a public profile or a profile you follow. The tools that claim to be successful are scams!

Hello everyone
Hire me a "Hacker"🔥🩸
For søÇial media accounts hacking
get unauthorised access of any Instagram suspicious login bypass attempt anyone's are interested to learn black hat illegal hacking courses I also provide notes pdf
live stream 2-3hrs 1 months--3 month's continue class after 8:00//pm in night so aap sab me se jisko Cyber sequrity ethical hacking aap logo ka dream hai maybe want to became a hacker so dm me i am 24/⁷hrs also available ç'øntact for any type of help related issues i solve everything @ninjaplugger

wa.me/917485807639

Live stream finished (9 days)

Hlo gys I am cyber me backup channel banane ja rha hu qki mare wo channel band ho gya @hackingsikho012


https://t.me/CYBER_BOY_H4CK

Join this bot for free meths/forms/coding,hacking,carding,Cracking courses and many methods for free!! ~check kar ke hi pata chalega kya kya hai isme!!🗿🔱

Bot-
@ru4k_bot @ru4k_bot
@ru4k_bot @ru4k_bot
@ru4k_bot @ru4k_bot

dm me for Instagram account hacking
Learn how to hack anyone's instagram account
@ninjaplugger

check out:- https://www.instagram.com/reel/DEP8N38S4wS/?igsh=MTk1ZHV2cjVyN2RscA==

jisko v instagram facebook what'saap Snapchat account hack krwana hai msg kro rs300 me kr dunga any I'd hack 30mins me @ninjaplugger

dm :- @ninjaplugger 3yrs experience of social media accounts hacking
9yrs from ethical hacking field i trained 4k+ students in cyber security ethical hacking related