DFIRKuiper / Kuiper

Digital Forensics Investigation Platform
760 stars 111 forks source link

Fix Autorun parser issue and Add services/drivers parser #68

Closed mayHamad closed 2 years ago

mayHamad commented 2 years ago

Hello

This update includes modifying "Autoruns.py" and "interface.py" to add services and drivers plugin. Moreover, the "servicesdrivers.py" parser was added to the Plugins folder. In the end, the configuration file was created to show up Autoruns parser in the Kuiper parsers list.

AbdulRhmanAlfaifi commented 2 years ago

You are messing the file __init__.py. It is just an empty file in the Autoruns parser folder. Other than that it worked for me, Thanks @mayHamad!

salehmuhaysin commented 2 years ago

the pull request merged, i created the empty files init.py, thank you @mayHamad