Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 2.91 KB

README.md

File metadata and controls

67 lines (53 loc) · 2.91 KB

recoversqlite

Two different scripts with the same pourpose: recover information from deleted registers in sqlite databases.

  • recoversqlite.py - first version
  • dumplite.py - rewrited, second version

Version

1.0

Tech

All of this was part of SecurityByDefault forensics in sqlite articles, you can read more in spanish here:

Installation

just python:

$ python recoversqlite.py -f personas.sqlite
$ python dumplite.py -f personas.sqlite -l -u -d

References

Official Doc:

Tools (public and commercial):

Studies and publications:

Books: