Coder Social home page Coder Social logo

arxhr007 / aliens_eye Goto Github PK

View Code? Open in Web Editor NEW
179.0 6.0 27.0 469 KB

Hunt down 435 social media accounts

License: MIT License

Python 67.89% Shell 32.11%
osint python hacking linux hacker hacking-tool hackingtool python3 debain information

aliens_eye's Introduction

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!


aliens_eye's People

Contributors

arxhr007 avatar castordyvaine avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

aliens_eye's Issues

No such file or directory

The latest commit broke the following:

Traceback (most recent call last):
  File "aliens_eye.py", line 31, in <module>
    with open("/usr/bin/sites.json") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/sites.json'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "aliens_eye.py", line 34, in <module>
    with open("/data/data/com.termux/files/usr/bin/sites.json") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/data/data/com.termux/files/usr/bin/sites.json')

false positives

youtube
instagram
pinterest
...all returned a user found and then displayed user not found on website

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.