Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kourva/eyez

Social Engineering Toolkit app | URL shortener && Temporary E-mail service
https://github.com/kourva/eyez

android-app kivy-framework myipaddress python3 social-engeneering-toolkit temporary-email temporary-emails url-shortener

Last synced: 5 days ago
JSON representation

Social Engineering Toolkit app | URL shortener && Temporary E-mail service

Awesome Lists containing this project

README

        



EyeZ


Social Engineering Toolkit app | URL shortener && Temporary E-mail service



### ▍Features
     ▣ Temporary E-mail service

     ▣ URL shortener

     ▣ E-mail Checker [**New**]

     ▣ Works Online with free public APIs

     ▣ Version 0.1.1

### ▍Issues & Next features
Will be fixed or added in next updates!

     ▣ Can't check the valid url for now

     ▣ Can't use verify links from mailbox (only OTP or messages for now)

     ▣ App dark Theme is already cool but it can be better i think

     ▣ ~~App may crash due to slow internet connection (request timeout will fix it)~~

     ▣ Since there is no multiprocesing fetures, only one job can be done at the same time

### ▍Idea?
So this app works online with public APIs. if you have any idea to add let me know in [Issues](https://github.com/Kourva/EyeZ/issues).

# Setup
#### ⒈ Clone the repository
```bash
git clone https://github.com/Kourva/EyeZ.git
```
#### ⒉ Navigate to Eyez directory
```bash
cd EyeZ
```
#### ⒊ Install the requirements
```bash
chmod +x Lib/install.sh && ./Lib/install.sh
```
#### ⒋ Install python-dbus for notification (optional)
     ▣ Debian based
```bash
sudo apt install python-dbus
```
     ▣ Arch based
```bash
sudo pacman -S python-dbus
```
#### ⒌ run the app
     ▣ Normally
```bash
python main.py
```
     ▣ Specific phone
```
python main.py -m screen
```