View Issue Details

IDProjectCategoryView StatusLast Update
0008865Kali LinuxGeneral Bugpublic2024-08-28 22:47
Reportersuperbloom Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0008865: log2timeline fails to run due to outdated Python packages
Description

I tested this on both a used and a fresh Kali 2024.2 installation. Pics are from the fresh installation.

I tried running log2timeline, but it gave me the error message in the first picture. Several Python packages are out of date, and log2timeline refuses to use them.
I tried upgrading the listed packages via "pip install libesedb-python --upgrade", but then got the syntax error in the third picture.

Attached Files
image.png (161,570 bytes)   
image.png (161,570 bytes)   
image-2.png (9,729 bytes)   
image-2.png (9,729 bytes)   
image-3.png (132,016 bytes)   
image-3.png (132,016 bytes)   

Activities

steev

steev

2024-08-28 22:47

manager   ~0019698

It looks like your attempt to install things with pip pulled in their python2 versions. You would need to install the python3 versions. We will look into bumping the packages, but those may be packages that we get from debian and don't actually package ourselves, and version bump requests might be required to be submitted to Debian.

Issue History

Date Modified Username Field Change
2024-08-12 21:36 superbloom New Issue
2024-08-12 21:36 superbloom File Added: image.png
2024-08-12 21:36 superbloom File Added: image-2.png
2024-08-12 21:36 superbloom File Added: image-3.png
2024-08-28 22:47 steev Note Added: 0019698