Skip to content

find all social media accounts with a username!

License

Notifications You must be signed in to change notification settings

CastorDYvaine/Aliens_eye

 
 

Repository files navigation

FIND ALL SOCIAL MEDIA ACCOUNTS WITH A USERNAME!

SEARCH FROM 435 WEBSITES!


(Programming Language - Python 3)

MH-DDoS forks MH-DDoS last commit (main) MH-DDoS Repo stars MH-DDoS License MatrixTM issues

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-upgrade
pkg install python
pkg install git
apt update && apt full-upgrade
pip install requests

Installation in Linux:

Open terminal and run:

git clone https://github.com/arxhr007/Aliens_eye
cd Aliens_eye
bash 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_eye
cd Aliens_eye
bash termux-install.sh
  • Now Aliens_eye is Succesfully installed in your termux

To uninstall in linux:

cd Aliens_eye
bash uninstall.sh
  • done!

To uninstall in Termux:

cd Aliens_eye
bash termux-uninstall.sh
  • done!

Usage :

aliens_eye <username>

Example :

aliens_eye Aaron123

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

Example :

aliens_eye Aaron123 Thomas54 lisa43

Or:

aliens_eye

then enter the username

The collected data will be saved in username.json

Enjoy!


About

find all social media accounts with a username!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 73.2%
  • Shell 26.8%