View Issue Details

IDProjectCategoryView StatusLast Update
0002038Kali LinuxGeneral Bugpublic2018-01-29 11:42
ReporterDr.Pepper12 Assigned Tog0tmi1k  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionsuspended 
Product Version1.0.9 
Summary0002038: DFF ImportError - Missing Modules
Description

When running DFF from command line this error appears:

root@localhost:~# dff
loading modules in /usr/lib/python2.7/dist-packages/dff/modules
ImportError: No module named pyregfi

File "/usr/lib/python2.7/dist-packages/dff/api/loader/loader.py", line 239, in __load
module = imp.load_module(modname, file, pathname, description)

File "/usr/lib/python2.7/dist-packages/dff/modules/databases/winreg/winreg.py", line 25, in <module>
from hive import RHive

File "/usr/lib/python2.7/dist-packages/dff/modules/databases/winreg/hive.py", line 15, in <module>
import pyregfi

ImportError: No module named apsw

File "/usr/lib/python2.7/dist-packages/dff/api/loader/loader.py", line 239, in __load
module = imp.load_module(modname, file, pathname, description)

File "/usr/lib/python2.7/dist-packages/dff/modules/databases/sqlite/sqlitedb.py", line 3, in <module>
import apsw

When running DFF-GUI - functionality is limited and the screen cannot be resized

Steps To Reproduce

run either dff or dff-gui from terminal

Activities

g0tmi1k

g0tmi1k

2018-01-29 11:42

administrator   ~0008033

Due to the age of the OS (Kali Moto [v1], Kali Safi [v2], Kali Rolling 2016.x), these legacy versions are no longer supported.
We will be closing this ticket due to inactivity.

Please could you see if you are able to replicate this issue with the latest version of Kali Linux - https://www.kali.org/downloads/)?

If you are still facing the same problem, feel free to re-open the ticket. If you choose to do this, could you provide more information to the issue you are facing,and also give information about your setup?
For more information, please read: https://kali.training/topic/filing-a-good-bug-report/

Issue History

Date Modified Username Field Change
2015-02-01 16:02 Dr.Pepper12 New Issue
2018-01-29 11:42 g0tmi1k Assigned To => g0tmi1k
2018-01-29 11:42 g0tmi1k Status new => closed
2018-01-29 11:42 g0tmi1k Resolution open => suspended
2018-01-29 11:42 g0tmi1k Note Added: 0008033