nccgroup / scrying

A tool for collecting RDP, web and VNC screenshots all in one place
Other
449 stars 52 forks source link

Error while loading shared libraries: libssl.so.1.1 #70

Open TridenGroup opened 1 year ago

TridenGroup commented 1 year ago

When attempting to run scrying on Kali I encounter the error: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

install

$ sudo dpkg -i scrying_0.9.2_amd64.deb  
Selecting previously unselected package scrying.  
(Reading database ... 397572 files and directories currently installed.)  
Preparing to unpack scrying_0.9.2_amd64.deb ...  
Unpacking scrying (0.9.2) ...  
Setting up scrying (0.9.2) ...  
Processing triggers for kali-menu (2022.4.1) ...

issue

$ scrying -h                            
scrying: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

prerequisites

$ sudo apt install chromium
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
chromium is already the newest version (110.0.5481.177-1).
chromium set to manually installed.
0 upgraded, 0 newly installed.
$ sudo apt install openssl   
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libpython3.10-dev python3.10 python3.10-dev python3.10-minimal
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  libssl3
The following packages will be upgraded:
  libssl3 openssl
2 upgraded, 0 newly installed, 0 to remove and 1358 not upgraded.
Need to get 3,420 kB of archives.
After this operation, 26.6 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://mirrors.ocf.berkeley.edu/kali kali-rolling/main amd64 libssl3 amd64 3.0.8-1 [2,013 kB]
Get:2 http://mirrors.ocf.berkeley.edu/kali kali-rolling/main amd64 openssl amd64 3.0.8-1 [1,407 kB]
Fetched 3,420 kB in 1s (4,147 kB/s)
(Reading database ... 397574 files and directories currently installed.)
Preparing to unpack .../libssl3_3.0.8-1_amd64.deb ...
Unpacking libssl3:amd64 (3.0.8-1) over (3.0.7-1) ...
Preparing to unpack .../openssl_3.0.8-1_amd64.deb ...
Unpacking openssl (3.0.8-1) over (3.0.7-1) ...
Setting up libssl3:amd64 (3.0.8-1) ...
Setting up openssl (3.0.8-1) ...
Processing triggers for libc-bin (2.36-4) ...
Processing triggers for man-db (2.11.0-1+b1) ...
Processing triggers for kali-menu (2022.4.1) ...

System info

$ lsb_release -a
No LSB modules are available.
Distributor ID: Kali
Description:    Kali GNU/Linux Rolling
Release:        2022.4
Codename:       kali-rolling

This is my first Issue submission. Please let me know if you need more information.

shifty0g commented 1 year ago

i am experiencing this just tried to install it on new kali 2023

ret2src commented 1 year ago

Installing the respective libssl fixed it for me:

https://stackoverflow.com/a/72633324