View Issue Details

IDProjectCategoryView StatusLast Update
0001163Kali LinuxTool Upgrade Requestpublic2015-09-03 12:45
Reporterst3r30byt3 Assigned Torhertzog  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionwon't fix 
PlatformallOSKaliOS Version<=1.06
Product Version1.0.6 
Summary0001163: Cutycapt doesn't take screenshot if server is using self-signed certificates
Description

The version of Cutycapt (screenshot taking application) in Kali's repositories in versions <= 1.0.6 does not take screenshots if the web server is using self-signed certificates.

This is very easy to fix by updating to the latest version published by the author which includes the --insecure flag.

Steps To Reproduce

cutycapt --url=https://site-using-self-signed-certificate:443 --out=test.png

Additional Information

This can be fixed by using/compiling the latest version of the tool available at the official site here: http://cutycapt.sourceforge.net/

According to the author (and successfully tested on Kali 1.0.6 64-bit) the tool can be compiled with the following commands:

% apt-get install subversion libqt4-webkit libqt4-dev g++
% svn co svn://svn.code.sf.net/p/cutycapt/code/ cutycapt
% cd cutycapt/CutyCapt
% qmake
% make
% ./CutyCapt --url=http://www.example.org --out=example.png

Some of the dependencies are already installed by default.

Activities

st3r30byt3

st3r30byt3

2015-01-14 23:19

reporter   ~0002968

Just to add that the issue still persists in the latest version of Kali (1.0.9). It would be really great if this was fixed! :)

rhertzog

rhertzog

2015-09-03 12:45

administrator   ~0003915

We won't fix cutycapt in Kali. However once it's fixed in Debian, it will be fixed in Kali too:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652969

Issue History

Date Modified Username Field Change
2014-04-25 09:23 st3r30byt3 New Issue
2014-05-12 17:16 xploitx Issue cloned: 0001205
2015-01-14 23:19 st3r30byt3 Note Added: 0002968
2015-09-03 12:45 rhertzog Note Added: 0003915
2015-09-03 12:45 rhertzog Status new => closed
2015-09-03 12:45 rhertzog Assigned To => rhertzog
2015-09-03 12:45 rhertzog Resolution open => won't fix
2021-05-31 13:37 rhertzog Category Tool Upgrade => Tool Upgrade Request