Re: [sleuthkit-users] New Open-Source Forensic Tool for SQLite Data Recovery
Brought to you by:
carrier
From: Luís F. N. <lfc...@gm...> - 2021-07-20 17:47:37
|
Good paper, thanks for pointing it out. The tool seems promising. As the article says it is distributed under MPL v2 or GNU GPL v3, I wonder where the source code can be found, I just found the binaries in the referenced site. In the tool GUI just GNU GPL v3 is shown without any reference to the source... Best regards, Luis Nassif Em sáb, 19 de jun de 2021 16:07, Andrew Zayine <sch...@gm...> escreveu: > Hi All, > > As an editorial assistant in the International Journal of Cyber > Forensics and Advanced Threat Investigations (ISSN: 2753-9997), I > would like to highlight a new open-source tool presented recently in > the journal. > > (FQLite) is a tool to find and restore deleted records in SQLite > databases. It, therefore, examines the database for entries marked as > deleted. Those entries can be recovered and displayed. It is written > with the Java programming language. The program can operate in two > different modes. It can be started from the command line (CLI mode). A > simple graphical user interface is also supported (GUI mode). > > The program is able to search an SQLite database file for regular as > well as deleted records. > > Official Project Webpage > --------------------------------- > Check out the latest binary version (as a runnable jar-Archive) from > the official project homepage: > https://www.staff.hs-mittweida.de/~pawlaszc/fqlite/ > > Technical Background > ------------------------------ > On overview article highlighting the technical background of FQLite > can be retrieved from > > Pawlaszczyk, D., & Hummert, C. (2021). Making the Invisible > Visible–Techniques for Recovering Deleted SQLite Data Records. > International Journal of Cyber Forensics and Advanced Threat > Investigations, 1(1-3), 27-41. > DOI: https://doi.org/10.46386/ijcfati.v1i1-3.17 > > Prerequisites > ------------------ > To run the tool you need at least a Java Runtime Environment 1.8 or higher. > > Example Usage > --------------------- > To run the FQLite in GUI mode the executable jar can normally be > started with a double-click on the jar-archive file. If this does not > work, since javaw is not linked correctly to .jar files, you can use > the command line as well: > > $>java -jar fqlite.jar > > To run the FQLite from the command line you can use the following command: > > $>java -cp fqlite.jar fqlite.base.MAIN <database.db> > > Licence and Author > -------------------------- > Author: Dirk Pawlaszczyk paw...@hs... > > FQLite for SQLite is bi-licensed under the Mozilla Public License > Version 2, as well as the GNU General Public License Version 3 or > later. > > You can modify or redistribute it under the conditions of these licenses. > > Best Regards > Andrew Zayine, Ph.D., CISSP, CISM, CRISC, CDPSE, PMP > > > _______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org > |