Skip to content Dark Web Informer - Cyber Threat Intelligence
OSINTTools

Alien's Eye: Hunt Down 570 Social Media Accounts Using AI


GitHub: https://github.com/arxhr007/Aliens_eye


Can be installed in any linux system or in termux

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:

  • for linux:
    • install git from here
    • install python3 from here
    • click here 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:

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:

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:

cd Aliens_eyebash uninstall.sh

  • done!

To uninstall in Termux:

cd Aliens_eyebash termux-uninstall.sh

  • done!

Usage :

To scan a username

aliens_eye <username>

Example :

aliens_eye Aaron123

To read a output json file

aliens_eye -r <filename>

Example :

aliens_eye -r Aaron123.json

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

Example :

aliens_eye Aaron123 shashi54 lisa43

Or:

aliens_eye

then enter the username

The collected data will be saved in username.json

Enjoy!

Latest