Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kourva/eyez
- Owner: Kourva
- License: mit
- Created: 2023-03-10T02:28:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-25T15:12:42.000Z (3 months ago)
- Last Synced: 2024-11-07T12:02:55.493Z (5 days ago)
- Topics: android-app, kivy-framework, myipaddress, python3, social-engeneering-toolkit, temporary-email, temporary-emails, url-shortener
- Language: kvlang
- Homepage:
- Size: 806 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```