Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/arxhr007/Aliens_eye

Hunt down 435 social media accounts
https://github.com/arxhr007/Aliens_eye

debain hack hacker hacking hacking-tool hacking-tools hackingtool information information-gathering linux osint python python-script python3 termux termux-hacking termux-tool

Last synced: 27 days ago
JSON representation

Hunt down 435 social media accounts

Lists

README

        


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](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:
```shell script
pip3 install requests
```
* for termux:

**Open termux and run**
```shell script
apt update && apt full-upgrade
```
```shell script
pkg install python
```
```shell script
pkg install git
```
```shell script
apt update && apt full-upgrade
```
```shell script
pip install requests
```
# Installation in Linux:
**Open terminal and run:**
```shell script
git clone https://github.com/arxhr007/Aliens_eye
```
```shell script
cd Aliens_eye
```
```shell script
bash install.sh
```
* Now Aliens_eye is Succesfully installed in your system
# Installation in Termux:
**Open termux and type:**
```shell script
git clone https://github.com/arxhr007/Aliens_eye
```
```shell script
cd Aliens_eye
```
```shell script
bash termux-install.sh
```
* Now Aliens_eye is Succesfully installed in your termux
## To uninstall in linux:
```shell script
cd Aliens_eye
```
```shell script
bash uninstall.sh
```
* done!
## To uninstall in Termux:
```shell script
cd Aliens_eye
```
```shell script
bash termux-uninstall.sh
```
* done!
# Usage :
```shell script
aliens_eye
```
### Example :
```shell script
aliens_eye Aaron123
```
## You can also search multiple accounts by enter the usernames separated by space
### Example :
```shell script
aliens_eye Aaron123 Thomas54 lisa43
```
# Or:
```shell script
aliens_eye
```
### then enter the username
## The collected data will be saved in username.json
## Enjoy!