adityaa_oky @adityaa_oky Channel on Telegram

adityaa_oky

@adityaa_oky


@Adityaoky

Adityaa_oky (English)

Welcome to the Adityaa_oky Telegram channel! This channel is dedicated to providing educational content on cybersecurity and raising awareness about the importance of protecting yourself from cyber threats. Our goal is to help our followers stay safe online and avoid falling victim to hacking or other illegal activities. At Adityaa_oky, we do not endorse or support any illegal activities. Instead, we focus on providing valuable information and tips to help our community understand the risks of the digital world and take proactive measures to protect themselves. Whether you're a beginner or an expert in cybersecurity, our channel has something for everyone. Join us on Adityaa_oky to stay informed about the latest trends in cybersecurity, learn about common cyber threats, and discover best practices for enhancing your online security. Our team of experts is dedicated to sharing valuable insights and practical advice to help you navigate the digital landscape safely. Remember, knowledge is power when it comes to cybersecurity. By joining Adityaa_oky, you'll have access to valuable resources and information that can help you protect your personal data, secure your devices, and safeguard your online presence. Don't wait until it's too late – join our channel today and start taking control of your digital security!

adityaa_oky

07 Jan, 17:19


is an Shell Script to perform multi-threaded brute force attack against, this script can bypass login limiting and it can test infinite number of passwords with a rate of +400 passwords/min using 20 threads. Legal disclaimer: Usage for attacking targets without prior mutual ...

Usage for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program

Features

Multi-thread (400 pass/min, 20 threads)

Save/Resume sessions

Anonymous attack through TOR

Check valid usernames

dm me to buy fb i"d 2fa bypass cookies authentication tool price rs200/- only
ç'øntact:-- @ninjaplugger

adityaa_oky

07 Jan, 05:59


2. **What is and how I can bypass the challenge_required error?** The challenge_required error means that Instagram notice a suspicious behavior on your profile, so needs to check if you are a real person or a bot. To avoid this you should follow the suggested link and complete the required operation (insert a code, confirm email, etc)
## Installation ⚙️
1. Fork/Clone/Download this repo
git clone https://github.com/Datalux/Osintgram.git
2. Navigate to the directory
cd Osintgram
3. Create a virtual environment for this project
python3 -m venv venv
4. Load the virtual environment
- On Windows Powershell: .\venv\Scripts\activate.ps1
- On Linux and Git Bash: source venv/bin/activate
5. Run pip install -r requirements.txt
6. Open the credentials.ini file in the config folder and write your Instagram account username and password in the corresponding fields
Alternatively, you can run the make setup command to populate this file for you.
7. Run the main.py script in one of two ways
* As an interactive prompt python3 main.py <target username>
* Or execute your command straight away python3 main.py <target username> --command <command>
### Use Osintgram v2 (beta)
You can use Osintgram2 beta just switching to v2 [branch](https://github.com/Datalux/Osintgram/tree/v2).
The v2 has some improvements and is faster with a new command execution interface. Try it just running git checkout v2.
## Docker Quick Start 🐳
This section will explain how you can quickly use this image with Docker or Docker-compose.
### Prerequisites
Before you can use either Docker or Docker-compose, please ensure you do have the following prerequisites met.Dockerer** installed - [link](https://docs.docker.com/get-docker/)Docker-composeded** installed (if using Docker-compose) - [link](https://docs.docker.com/compose/install/)Credentialsls** configured - This can be done manually or by running the make setup command from the root of this rImportantnt**: Your container will fail if you do not do step #3 and configure your credentials
### Docker
If docker is installed you can build an image and run this as a container.
Build:
docker build -t osintgram .

Run:
docker run --rm -it -v "$PWD/output:/home/osintgram/output" osintgram <target>

- The <target> is the Instagram account you wish to use as your target for recon.
- The required -i flag enables an interactive terminal to use commands within the container. [docs](https://docs.docker.com/engine/reference/commandline/run/#assign-name-and-allocate-pseudo-tty---name--it)
- The required -v flag mounts a volume between your local filesystem and the container to save to the ./output/ folder. [docs](https://docs.docker.com/engine/reference/commandline/run/#mount-volume--v---read-only)
- The optional --rm flag removes the container filesystem on completion to prevent cruft build-up. [docs](https://docs.docker.com/engine/reference/run/#clean-up---rm)
- The optional -t flag allocates a pseudo-TTY which allows colored output. [docs](https://docs.docker.com/engine/reference/run/#foreground)
### Using docker-compose
You can use the docker-compose.yml file this single command:
docker-compose run osintgram <target>

Where target is the Instagram target for recon.
Alternatively, you may run docker-compose with the Makefile:
make run - Builds and Runs with compose. Prompts for a target before running.
### Makefile (easy mode)
For ease of use with Docker-compose, a Makefile has been provided.
Here is a sample work flow to spin up a container and run osintgram with just two commands!
1. make setup - Sets up your Instagram credentials
2. make run - Builds and Runs a osintgram container and prompts for a target

adityaa_oky

07 Jan, 05:59


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

adityaa_oky

07 Jan, 05:59


## 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

adityaa_oky

07 Jan, 05:59


# 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!

adityaa_oky

07 Jan, 03:47


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

adityaa_oky

05 Jan, 09:27


Live stream finished (9 days)

adityaa_oky

04 Jan, 13:26


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

adityaa_oky

01 Jan, 03:55


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

adityaa_oky

31 Dec, 17:48


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==

adityaa_oky

30 Dec, 10:22


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

adityaa_oky

30 Dec, 06:52


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

adityaa_oky

30 Dec, 02:39


- Private channel entry open
- For first 5 members

Join fast -
https://t.me/+jHx7fW4WQgo1ODI1

adityaa_oky

29 Dec, 15:43


dm me to buy hacked instagram account price rs2k dm @ninjaplugger

adityaa_oky

29 Dec, 15:11


instagram account hacking bruteforce python script software made only for education purpose hack anyone's instagram account
without making any password list victim deatils to creat a huge wordlist + instagram account information gatthering øsitn to scrape extract victim details through username user profile database analysis :--
Qualities of my software is listed below
¹st no ip blocking by Instagram
²nd using without proxy it's open source
³rd run on pc-- android both
nØte sØftware is illegal hacking someone's account without his permission is cyber crime only for knowledge nd' fun purpose I don't promote any illegal activities all content provided is ethical hacking source

Dm me to buy:-- 🖇️🖇️ @ninjaplugger

adityaa_oky

29 Dec, 15:11


instagram account mass reporting python script spam ban upto 0-99m followers ac'çount in 30mins-45mins
Dm me to learn social media accounts banning hacked account recovery whatsapp ban//unban all things provide in social media accounts banning course Starts at just rs240/-
Dm @ninjaplugger to know more about ☠️🖇️

adityaa_oky

29 Dec, 11:46


Agr kisi ko kisi ka insta id ban krwana h to dm kro @kali235

adityaa_oky

29 Dec, 05:14


Øsitn information gatthering tool to scrape details from user profile database
- addrs Get all registered addressed by target photos
- captions Get user's photos captions
- 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
- fwersnumber Get phone number of target followers
- fwingsnumber Get phone number 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

dm:- @ninjaplugger

Adityaa_oky

14 Nov, 14:44


https://www.instagram.com/reel/DCWvEqKNNk2/?igsh=NzlqdXFobGpuN3A2

ip to contact finder tool
enter ip you got his 3yrs call history
all contact numbers

dm me to buy @rememberxanku

Adityaa_oky

14 Nov, 12:15


dm me for gf/bf instagram account hacking I have a tool to crack anyone's instagram facebook password
@rememberxanku come in dm
i will explain full process

Adityaa_oky

14 Nov, 09:29


https://t.me/hamster_koMbat_bot/start?startapp=kentId6865732119
Play with me, become cryptoexchange CEO and get a token AirDrop!
💸 2k Coins as a first-time gift
🔥 25k Coins if you have Telegram Premium

Adityaa_oky

14 Nov, 07:45


https://www.instagram.com/s4nki_boy/profilecard/?igsh=bWk2b3J5aThjbXJn

everyone 100+ flwrs complete kr do
after then I upload social media accounts hacking concept tools method to crack instagram facebook account password

Adityaa_oky

14 Nov, 06:50


Adityaa_oky pinned «»

Adityaa_oky

14 Nov, 06:28


https://www.instagram.com/reel/DCV2XWTCKSo/?igsh=MWliaGc3eWZsM2Vqcw==

Dm me for social media accounts banning
related service tools are also available
Spam mass report tool ban up to
0-10m flwrs account pm:- @rememberxanku

wa.me/917485807639

Adityaa_oky

13 Nov, 19:32


Adityaa_oky pinned Deleted message

Adityaa_oky

13 Nov, 18:40


Adityaa_oky pinned «Features 🔴 Real time 🌐 custom web view 🔔 notification reader 🔔 notification sender (send custom notification that apper on target device with custom click link) 🗨️ show toast message on target device (Toasts are messages that appear in a box at the bottom…»

Adityaa_oky

13 Nov, 18:40


Adityaa_oky pinned «– Download Apk From Link – Show Message On Screen – Clipboard – Open Link – Run Commands – Social Media Hunter – Stealer Gmail account – Stealer Facebook account – Stealer 2FA Google Authenticator Code 📌• Permissions Manager – Checking allowed/not allowed…»

Adityaa_oky

13 Nov, 18:40


Adityaa_oky pinned «📌 • Send Notification – Send notifications to the phone. – Add actions to notifications (open app – site ) 📌 • Firewall – Cut off internet access for any app. -don’t effect the internet speed. -help connection last longer. 📌 Permissions for chinese phone…»

Adityaa_oky

13 Nov, 18:40


📌 • Send Notification
– Send notifications to the phone.
– Add actions to notifications (open app – site )
📌 • Firewall
– Cut off internet access for any app.
-don’t effect the internet speed.
-help connection last longer.
📌 Permissions for chinese phone
– Automatically grant Battery & Background permissions.
– Supported languages for this function : English, Arabic, Chinese, Turkish, Portuguese Brazil, Russian.,Spanish
--screen sharing of victim available
📌 Passwords Detector/Capture
– will help you Capture and save login info such as [Email, Passwords, Cookies ,etc..] from website list you select , support all browsers
– PLUS: Support any app id (package name)
📌Black Screen Mode (HVNC)
– show black screen for victim and can control in background.
– Can add text to block screen
– Cover the screen 100%
– hidden control phone hVNC
📌• Automatic Screen unlock
– Automatic Screen unlock , Support (Pin Code – Password – Pattern)
– Unlock screen with one click automatic
– Take Screenshot Camera
– Open Fron Camera
– Open Back Camera
– Take Photo
📌• Keyboard Manager (beta)
– Replace phone keyboard with Craxs Rat custom keyboard
– Support 3 languages
“English – Arabic – Chinese“
– Record every thing enter by victim
📌• Self Destruction
– To remove the Apk & data(auto with super mod)
📌• Microphone Capture
– Listen
– Speak
– Record
📌• Notification Listener
– Get All Notification
– Save it
📌• Call Listener
– Get all call Notification
– Record out /in call
📌• Screen Reader
– Skeleton view or Scan View
– Bypass black screen of banks and crypto app
– Add logo window to copy anything from screen easy
– Bypass google authenticator app and get code
– Test it to bypass trust wallet and get secret phase easy
📌 Apk Dropper
– Fud stub to hold the apk
– Helps bypass Android 13 Accessibility restrictions
– Self-hides after dropping the payload.
📌APK Studio
– Get APK info such as name, id, version, etc.
– Extract APK Icon
– Decompile APK
– Compile APK
– Sign APK
– Protect APK
📌 Apps Tracking
– Monitor selected apps.
– Record Enter and Exit times.
– Receive alerts and take screenshots (Skiltons) for later review.
📌 • Send Notification
– Send notifications to the phone.
– Add actions to notifications (open app – site )
📌 • Firewall
– Cut off internet access for any app.
-don’t effect the internet speed.
-help connection last longer.
📌 Permissions for chinese phone
– Automatically grant Battery & Background permissions.
– Supported languages for this function : English, Arabic, Chinese, Turkish, Portuguese Brazil, Russian.,Spanish
--screen sharing of victim available
📌 Passwords Detector/Capture
– will help you Capture and save login info such as [Email, Passwords, Cookies ,etc..] from website list you select , support all browsers
– PLUS: Support any app id (package name)
📌Black Screen Mode (HVNC)
– show black screen for victim and can control in background.
– Can add text to block screen
– Cover the screen 100%
– hidden control phone hVNC
📌• Automatic Screen unlock
– Automatic Screen unlock , Support (Pin Code – Password – Pattern)
– Unlock screen with one click automatic
keylogger also available
🔥🪔 all social media accounts password OTP bypass reset link
10x faster screen control
front//back camera access
screen lock of victim
all social media accounts like:-
instagram, facebook stored password of gf/bf stealer
Ç'øntact:- wa.me/917485807639
pm:- @rememberxanku
remotely ac'cess trøjan remote administration tool

Adityaa_oky

13 Nov, 18:40


Features
🔴 Real time
🌐 custom web view
🔔 notification reader
🔔 notification sender (send custom notification that apper on target device with custom click link)
🗨️ show toast message on target device (Toasts are messages that appear in a box at the bottom of the device)
📡 receive information about simcard provider
📳 vibrate target device
🛰️ receive device location
✉️ receive all target message
✉️ send sms with target device to any number
✉️ send sms with target device to all of his/her contacts
👤 recive all target contacts
💻 receive list of all installedd apps in target device
📷 capture main and front camera
🎙 capture microphone (with custom duration)
📋 receive last clipboard text
✅️ auto start after device boot
🔐 Keylogger
Beautiful telegram bot interface
DOGE RAT PAID VERSION FEATURES
🤖 Auto permisson
🔐Encrypt/ Decrypt after encryption victims will be not able to use their devices
🖥️ Screenshot (get screenshot from your victim device)
🗨️ spam message in all contacts after installation which you will set in apk
🔐injection {inject appliactaion automatic with any login or any page unlimited }
🔐 Open any phising page in victim device
🖥️ Screenshot (get screenshot from your victim device)
📒 Gallery puller (Get all photos available in gallery)
🔔 notification reader
🔔 notification sender (send custom notification that apper on target device with custom click link)
🗨️ show toast message on target device (Toasts are messages that appear in a box at the bottom of the device)
🔤 Advance Keylogger
📁 receive any file or folder from target device
📁 delete any file or folder from target device
📁 PowerFull file manager
Beautiful telegram bot interface
🤖 Undetectable by antivirus
🤖and more ......
𝗡𝗘𝗪 𝗨𝗣𝗗𝗔𝗧𝗘 𝗔𝗡𝗗𝗥𝗢𝗜𝗗 𝗛𝗔𝗖𝗞𝗜𝗡𝗚 𝗥𝗔𝗧 𝗡𝗘𝗪 𝗟𝗢𝗢𝗞
𝗙𝗨𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚 𝗥𝗔𝗧
☠️ 𝗙𝗘𝗔𝗧𝗨𝗥𝗘𝗦
𝗚𝗲𝘁 𝗰𝗼𝗻𝘁𝗮𝗰𝘁𝘀
𝗥𝗲𝘁𝗿𝗶𝗲𝘃𝗲 𝗼𝗹𝗱 𝗺𝗲𝘀𝘀𝗮𝗴𝗲𝘀
𝗥𝗲𝗰𝗲𝗶𝘃𝗲 𝗻𝗲𝘄 𝗺𝗲𝘀𝘀𝗮𝗴𝗲𝘀
𝗣𝘂𝗹𝗹 𝘁𝗵𝗲 𝗰𝗮𝗹𝗹 𝗵𝗶𝘀𝘁𝗼𝗿𝘆
𝗥𝗲𝗰𝗲𝗶𝘃𝗲 𝗚𝗺𝗮𝗶𝗹𝘀
𝗥𝗲𝘁𝗿𝗶𝗲𝘃𝗲 𝗱𝗲𝘃𝗶𝗰𝗲 𝗶𝗻𝗳𝗼𝗿𝗺𝗮𝘁𝗶𝗼𝗻
𝗚𝗲𝘁 𝘁𝗵𝗲 𝗵𝗮𝗰𝗸𝗲𝗱 𝗹𝗼𝗰𝗮𝘁𝗶𝗼𝗻
𝗥𝗲𝗰𝗼𝗿𝗱𝗶𝗻𝗴 𝘁𝗵𝗲 𝘃𝗶𝗰𝘁𝗶𝗺'𝘀 𝘃𝗼𝗶𝗰𝗲
𝗚𝗲𝘁 𝘀𝗰𝗿𝗲𝗲𝗻𝘀𝗵𝗼𝘁𝘀
𝗘𝘅𝗲𝗰𝘂𝘁𝗶𝗻𝗴 𝗼𝗿𝗱𝗲𝗿𝘀 ☠️☠️
𝗛𝗮𝗿𝗱𝗲𝗻𝗶𝗻𝗴 𝘁𝗵𝗲 𝘃𝗶𝗰𝘁𝗶𝗺'𝘀 𝗱𝗲𝘃𝗶𝗰𝗲
𝗧𝘂𝗿𝗻 𝘁𝗵𝗲 𝗳𝗹𝗮𝘀𝗵 𝗼𝗻 𝗮𝗻𝗱 𝗼𝗳𝗳
𝗣𝗹𝗮𝘆𝗶𝗻𝗴 𝗮𝗻 𝗮𝗻𝗻𝗼𝘆𝗶𝗻𝗴 𝘀𝗼𝘂𝗻𝗱
𝗦𝗵𝗮𝗸𝗲 𝘁𝗵𝗲 𝘃𝗶𝗰𝘁𝗶𝗺'𝘀 𝗽𝗵𝗼𝗻𝗲
𝗗𝗲𝘀𝘁𝗿𝗼𝘆𝗶𝗻𝗴 𝘁𝗵𝗲 𝘃𝗶𝗰𝘁𝗶𝗺'𝘀 𝗱𝗲𝘃𝗶𝗰𝗲 𝘀𝗽𝗮𝗰𝗲
➩ 𝗖𝗵𝗮𝗻𝗴𝗲 𝘁𝗵𝗲 𝗯𝗮𝗰𝗸𝗴𝗿𝗼𝘂𝗻𝗱
𝗢𝗽𝗲𝗻𝗶𝗻𝗴 𝗮 𝘄𝗲𝗯𝘀𝗶𝘁𝗲 𝗼𝗻 𝘁𝗵𝗲 𝘃𝗶𝗰𝘁𝗶𝗺'𝘀 𝗽𝗵𝗼𝗻𝗲
➩ 𝗦𝗲𝗻𝗱𝗶𝗻𝗴 𝗻𝗼𝘁𝗶𝗳𝗶𝗰𝗮𝘁𝗶𝗼𝗻𝘀 𝘁𝗼 𝘁𝗵𝗲 𝘃𝗶𝗰𝘁𝗶𝗺
➩ 𝗦𝗲𝗻𝗱𝗶𝗻𝗴 𝗮 𝘁𝗼𝗮𝘀𝘁
➩ 𝗖𝗮𝗹𝗹 𝗮𝗻𝘆 𝗻𝘂𝗺𝗯𝗲𝗿 𝗼𝗻 𝘁𝗵𝗲 𝘃𝗶𝗰𝘁𝗶𝗺'𝘀 𝗽𝗵𝗼𝗻𝗲
➩ 𝗦𝗲𝗻𝗱𝗶𝗻𝗴 𝘃𝗼𝗶𝗰𝗲 𝗺𝗲𝘀𝘀𝗮𝗴𝗲𝘀
➩ 𝗦𝗲𝗻𝗱𝗶𝗻𝗴 𝗮𝗻𝘆 𝗺𝗲𝘀𝘀𝗮𝗴𝗲 𝘁𝗼 𝗮𝗻𝘆 𝗻𝘂𝗺𝗯𝗲𝗿 𝗳𝗿𝗼𝗺 𝘁𝗵𝗲 𝘃𝗶𝗰𝘁𝗶𝗺'𝘀 𝗽𝗵𝗼𝗻𝗲 𝗼𝗻 𝗪𝗵𝗮𝘁𝘀𝗔𝗽𝗽
OUTSTANDING FEATURES
📌• File Manager
– Download/Upload
– Secure Delete Options
– Thumbnail/Gallery view
– Advanced search
– Copy/Paste
– Decrypt/Decode
– Hidden / Unhidden File
– Set WallPaper
📌• Location
– Live Location
📌• Live Screen Control
– Show Screen Live
– Control Screen (VNC)
– Use Keyboard
– Lock / unlock screen
– Take silent screenshot
📌• Call Manager
– Show List Of Call Out /in
– Delete calls
📌• Send SMS
– Improve “Send SMS”
– Send to multi number
– Send to list from file
– Send to all contact
📌• Application Manager
– Show List of Application
– Open App
– Uninstall App
– Disable / enable app
📌• Keylogger
– Online/Live keylogger
– Offline keylogger
– Save it in client folder
– Record everything
even pin of screen lock
📌• SMS Manager
– Show List Of SMS
– Delete SMS
📌• Fun Tools
– Call Number

Adityaa_oky

13 Nov, 18:40


– Download Apk From Link
– Show Message On Screen
– Clipboard
– Open Link
– Run Commands
– Social Media Hunter
– Stealer Gmail account
– Stealer Facebook account
– Stealer 2FA Google Authenticator Code
📌• Permissions Manager
– Checking allowed/not allowed Permissions
– Request Permissions from panel
– Request enable accessibility
– Draw on app
📌• Account Manager
– Show Account Of App
Email/Number
📌• Auto Clicker
– Watch user Touches on screen
– Record user Touches
– Repeat User Touches
📌• Web browser
– Web browser Monitor
– Web browser Html Viewer
– Open link and browser monitor / record
📌• Injection in real app
– Silent control
– Work like real app
– Ask for accessibility
– Anti kill
– Anti uninstall
– Support screen wakeup
– Support Permission manager
– Support screen shot
– Support lock screen
– Re-encrypt the apk
📌• Admin Rights
– Request Admin Rights
– Lock screen
– Wipe Data (delete everything)
📌• CameraOUTSTANDING FEATURES
📌• File Manager
– Download/Upload
– Secure Delete Options
– Thumbnail/Gallery view
– Advanced search
– Copy/Paste
– Decrypt/Decode
– Hidden / Unhidden File
– Set WallPaper
📌• Location
– Live Location
📌• Live Screen Control
– Show Screen Live
– Control Screen (VNC)
– Use Keyboard
– Lock / unlock screen
– Take silent screenshot
📌• Call Manager
– Show List Of Call Out /in
– Delete calls
📌• Send SMS
– Improve “Send SMS”
– Send to multi number
– Send to list from file
– Send to all contact
📌• Application Manager
– Show List of Application
– Open App
– Uninstall App
– Disable / enable app
📌• Keylogger
– Online/Live keylogger
– Offline keylogger
– Save it in client folder
– Record everything
even pin of screen lock
📌• SMS Manager
– Show List Of SMS
– Delete SMS
📌• Fun Tools
– Call Number
– Download Apk From Link
– Show Message On Screen
– Clipboard
– Open Link
– Run Commands
– Social Media Hunter
– Stealer Gmail account
– Stealer Facebook account
– Stealer 2FA Google Authenticator Code
📌• Permissions Manager
– Checking allowed/not allowed Permissions
– Request Permissions from panel
– Request enable accessibility
– Draw on app
📌• Account Manager
– Show Account Of App
Email/Number
📌• Auto Clicker
– Watch user Touches on screen
– Record user Touches
– Repeat User Touches
📌• Web browser
– Web browser Monitor
– Web browser Html Viewer
– Open link and browser monitor / record
📌• Injection in real app
– Silent control
– Work like real app
– Ask for accessibility
– Anti kill
– Anti uninstall
– Support screen wakeup
– Support Permission manager
– Support screen shot
– Support lock screen
– Re-encrypt the apk
📌• Admin Rights
– Request Admin Rights
– Lock screen
– Wipe Data (delete everything)
📌• Camera
– Take Screenshot Camera
– Open Fron Camera
– Open Back Camera
– Take Photo
📌• Keyboard Manager (beta)
– Replace phone keyboard with Craxs Rat custom keyboard
– Support 3 languages
“English – Arabic – Chinese“
– Record every thing enter by victim
📌• Self Destruction
– To remove the Apk & data(auto with super mod)
📌• Microphone Capture
– Listen
– Speak
– Record
📌• Notification Listener
– Get All Notification
– Save it
📌• Call Listener
– Get all call Notification
– Record out /in call
📌• Screen Reader
– Skeleton view or Scan View
– Bypass black screen of banks and crypto app
– Add logo window to copy anything from screen easy
– Bypass google authenticator app and get code
– Test it to bypass trust wallet and get secret phase easy
📌 Apk Dropper
– Fud stub to hold the apk
– Helps bypass Android 13 Accessibility restrictions
– Self-hides after dropping the payload.
📌APK Studio
– Get APK info such as name, id, version, etc.
– Extract APK Icon
– Decompile APK
– Compile APK
– Sign APK
– Protect APK
📌 Apps Tracking
– Monitor selected apps.
– Record Enter and Exit times.
– Receive alerts and take screenshots (Skiltons) for later review.

Adityaa_oky

13 Nov, 13:20


Ska is a powerful tool used in OSINT. You input the target username, and it will search for it in three different ways.
Features:

Scan username into some popular websites

Generate random emails with given target username and check its valid or not

Find the target username in google with google dorks
━━━━━━━━━━━━━━━━━━━
Telegram 👺 ━━━━━━━━━━
━━━━━ @adityaa_oky
━━━━━━━━━━━━━━━━━━━

Adityaa_oky

13 Nov, 12:38


HI EVERYONE FOR DAILY GIVEAWAY YOU CAN JOIN AND ACTIVE HERE

FAKE WHATSAPP OR TELWGRAM😎
XML'S 🧸
DAILY GIVEAWAY'S ❤️‍🔥
WIFI HACK 🔥
FREE INTERNET DATA TRICKS 📶
HACKING TRICKS AND MATHOD💀
And Many More Giveaways

ALL TYPES OF THINGS IS HERE 🔥
Join Channel https://t.me/Hackingticks

Adityaa_oky

13 Nov, 05:35


PRIVATE CHANNEL ENTRIES

VIP CHANNEL ENTRIES

ALL PAID HACKS IN PRICE OF ONLY

BINNING TUTORIAL
HOW TO USE A BIN
BASIC ABOUT CARDING
PAID CARDING TUTORIAL
LEARN ETHICAL HACKING
GALLERY HACK
INSTAGRAM HACK
FACEBOOK HACK
SMS HACK
UNLIMITED FAKE NUMBERS NEW METHOD
TELEGRAM BANNING
INSTAGRAM BANNING
ALL DIGITAL SKILLS MASTERING
ANDROID HACKS APK MAKING COURSE
ANDROID RAT MAKING
RAT SOURCE CODE
BOT MAKING FULL COURSE
ALL FACEBOOK INSTAGRAM TIKTOK GALLERY INSTAGRAM ALL
OTP LOCK METHOD
ADVANCE HACKING COURSE
REDROSE BLOOD HACKING COURSE
WIFI HACKING COURSE
BLACKHAT USA
THE COMPLETE CYBER SECURITY COURSE

ALL IN ONE TOOLS AND HACK AND COURSE AVAILABLE

PRICE ONLY 300₹

DM TO BUY @rememberxanku

DON'T TIME PASS 😡

Adityaa_oky

11 Nov, 20:23


dm me for social media accounts banning 0-10m flwrs max I can ban
Instagram, facebook, Snapchat, twitter, what's aap, tiktok,
Dm me for Instagram account recovery
If your Instagram account is hacked need only username
ç'øntact Ç'øntact

Adityaa_oky

11 Nov, 20:20


dm me for Instagram account lifetime verified method
any buisness account
@rememberxanku

Adityaa_oky

11 Nov, 20:13


Adityaa_oky pinned «You're referring to OTP (One-Time Password) diversion methods for phone payments. *Legitimate purposes only:* I'll provide information for educational and security awareness purposes, not for malicious use. *OTP Diversion Methods (for awareness):* 1. SMS…»

Adityaa_oky

11 Nov, 20:13


You're referring to OTP (One-Time Password) diversion methods for phone payments.

*Legitimate purposes only:* I'll provide information for educational and security awareness purposes, not for malicious use.

*OTP Diversion Methods (for awareness):*

1. SMS Forwarding: Malicious actors use various tactics to forward OTP SMS to their number.
2. SIM Swapping: Fraudsters swap victim's SIM with theirs to receive OTP.
3. Number Porting: Attackers port victim's number to their own carrier.

Click here to know more about process:-

*Types of Phone Payment Attacks:*

1. Unauthorized transactions
2. Account takeover (ATO)
3. Card skimming
4. Phishing scams
5. Ransomware attacks
6. Data breaches
7. Eavesdropping attacks
8. Replay attacks

dm me to learn ç'øntact 🪔🔥

Adityaa_oky

11 Nov, 14:51


Guys this is the Best game ever you can win ton ..Hurry up guys don't miss it...