> ## Content Index
> Fetch the complete content index at: https://darkwebinformer.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Alien's Eye: Hunt Down 570 Social Media Accounts Using AI
- URL: https://darkwebinformer.com/aliens-eye-hunt-down-570-social-media-accounts-using-ai/
- Published: 2025-05-05T19:52:43.000Z
- Updated: 2025-09-04T22:22:21.000Z
- Author: Dark Web Informer
- Tags: OSINT, Tools

---

**GitHub:** <https://github.com/arxhr007/Aliens%5Feye>

[](https://github.com/arxhr007/Aliens%5Feye#search-from-700-social-medias)

---

# Can be installed in any linux system or in termux

![](https://storage.ghost.io/c/6b/16/6b16ac9c-cd67-432f-b0f3-bbec941084ff/content/images/2025/05/982357892357982398-2.png)

[](https://github.com/arxhr007/Aliens%5Feye#can-be-installed-in-any-linux-system-or-in-termux)

## Before installation:

[](https://github.com/arxhr007/Aliens%5Feye#before-installation)

- You need git,python3 and requests module installed on your linux/termux
- most of the linux machines comes with pre-installed git,python3 and requests module

## if they are not installed, install it by:

[](https://github.com/arxhr007/Aliens%5Feye#if-they-are-not-installed-install-it-by)

- for linux:
  - install git from [here](https://linuxhint.com/install-use-git-linux/)
  - install python3 from [here](https://www.python.org/downloads/)
  - [click here](https://www.tecmint.com/install-pip-in-linux/) for installing pip
  - then install requests module by running:

pip3 install requests

- for termux:

**Open termux and run**

apt update && apt full-upgradepkg install pythonpkg install gitapt update && apt full-upgradepip install requests

# Installation in Linux:

[](https://github.com/arxhr007/Aliens%5Feye#installation-in-linux)

**One line installation:**

curl -s https://pastebin.com/raw/nJqjsbNu | bash

**OR**

wget -qO- https://pastebin.com/raw/nJqjsbNu | bash

**Other way to install** 
**Open terminal and run:**

git clone https://github.com/arxhr007/Aliens\_eyecd Aliens\_eyebash install.sh

- Now Aliens\_eye is Succesfully installed in your system

# Installation in Termux:

[](https://github.com/arxhr007/Aliens%5Feye#installation-in-termux)

**Open termux and type:**

git clone https://github.com/arxhr007/Aliens\_eyecd Aliens\_eyebash termux-install.sh

- Now Aliens\_eye is Succesfully installed in your termux

## To uninstall in linux:

[](https://github.com/arxhr007/Aliens%5Feye#to-uninstall-in-linux)cd Aliens\_eyebash uninstall.sh

- done!

## To uninstall in Termux:

[](https://github.com/arxhr007/Aliens%5Feye#to-uninstall-in-termux)cd Aliens\_eyebash termux-uninstall.sh

- done!

# Usage :

[](https://github.com/arxhr007/Aliens%5Feye#usage-)

**To scan a username**

aliens\_eye <username>

### Example :

[](https://github.com/arxhr007/Aliens%5Feye#example-)aliens\_eye Aaron123

**To read a output json file**

aliens\_eye -r <filename>

### Example :

[](https://github.com/arxhr007/Aliens%5Feye#example--1)aliens\_eye -r Aaron123.json

## You can also search multiple accounts by enter the usernames separated by space

[](https://github.com/arxhr007/Aliens%5Feye#you-can-also-search-multiple-accounts-by-enter-the-usernames-separated-by-space)

### Example :

[](https://github.com/arxhr007/Aliens%5Feye#example--2)aliens\_eye Aaron123 shashi54 lisa43

# Or:

[](https://github.com/arxhr007/Aliens%5Feye#or)aliens\_eye

### then enter the username

[](https://github.com/arxhr007/Aliens%5Feye#then-enter-the-username)

## The collected data will be saved in username.json

[](https://github.com/arxhr007/Aliens%5Feye#the-collected-data-will-be-saved-in-usernamejson)

## Enjoy!