Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hasanfirnas/symbiote

Your target's phone's front and back cameras📸 can be accessed by sending a link🔗.
https://github.com/hasanfirnas/symbiote

androidcamera camera-hacking hacking-tools kali-linux localxpose ngrok phishing termux webcam-capture webcamhack

Last synced: about 1 month ago
JSON representation

Your target's phone's front and back cameras📸 can be accessed by sending a link🔗.

Awesome Lists containing this project

README

        


#TO BE USED FOR EDUCATIONAL PURPOSES ONLY#


Symbiote is a social engineering tool designed to create a phishing page and capture webcam images. By requesting camera permission on the victim's device, this script can take pictures covertly. If you're interested in contributing to the project, we'd love to have you on board.

# **AVAILABLE TUNNELLING OPTIONS**
1) NGROK [ACCOUNT NEEDED] (https://ngrok.com)
2) Localhost.run (http://localhost.run)
3) LOCALXPOSE [ACCOUNT NEEDED] (https://localxpose.io)
# Installing (Kali Linux/Termux):
## step 1 (install this before you start):
```
sudo apt update && upgrade
sudo apt install python -y
sudo apt install wget -y
sudo apt install php -y
sudo apt install openssh-client -y
sudo apt install jq -y
sudo ssh-keygen -q -t rsa -N '' -f ~/.ssh/id_rsa <</dev/null 2>&1
```
## step 2:
```
git clone https://github.com/hasanfirnas/symbiote
cd symbiote
python3 symbiote.py
```
## step 3:
### After you got your cam file:
```
cd symbiote
cd CapturedData
ls
termux-open
```
# PREREQUISITES:
* Python 3
* PHP
* wget

# SCREENSHOT (Kali-linux):
![Shot](https://i.imgur.com/PP51q6i.jpeg)

# VIDEO (step by step command):
[![Watch the video](https://i.imgur.com/PP51q6i.jpeg)](https://youtu.be/j8rTc3CI7UA)