r3sx1337 / symbiote

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#TO BE USED FOR EDUCATIONAL PURPOSES ONLY#

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 -y
sudo apt install jq -y
sudo ssh-keygen -q -t rsa -N '' -f ~/.ssh/id_rsa <<<y >/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 <file_name>

PREREQUISITES:

  • Python 3
  • PHP
  • wget

VIDEO (step by step command):

Watch the video

SCREENSHOT (Kali-linux):

Shot

SCREENSHOT (android-termux):

Shot

About

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

License:MIT License


Languages

Language:Python 87.3%Language:HTML 9.0%Language:PHP 3.8%