Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

BhasherBEL/LDMv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LDMv2

Abstract

LDMv2 (Local Data Mining version 2) is a script written in python that aims to extract a lot of data from a computer.

Image of LDMv2 project

It is completely modular in design. That is, a user can write a module without having to understand the rest of the script. This new module will be automatically incorporated into the data recovery process. All its modules are located in the "modules" folder. There are also meta-modules, which aim to simplify the writing of more precise modules. For example, there is a meta module for chromium under Linux, which will search for all user folders. A submodule, such as the one that retrieves cookies, will only have to use it.

It has been designed to be fully portable, and to work, even if all the required dependencies are not present. Each sub-module is executed only if all the dependencies required for its proper functioning are present.

Requirements

Requirements file coming soon!

Usages

  • Launch with default configuration
LDMv2.py 
  • Save outputs in output dir
LDMv2.py -l1
  • Display help
LDMv2.py 

Output:

usage: LDMv2.py [-h] [-v {0,1,2}] [-l {0,1,2}] [-o OUTPUT]
                [-e [EXECUTE [EXECUTE ...]]] [--html HTML]

optional arguments:
  -h, --help            show this help message and exit
  -v {0,1,2}, --verbosity {0,1,2}
                        change output verbosity
  -l {0,1,2}, --logtype {0,1,2}
                        change log type
  -o OUTPUT, --output OUTPUT
                        change output dir
  -e [EXECUTE [EXECUTE ...]], --execute [EXECUTE [EXECUTE ...]]
                        set modules to execute
  --html HTML           also generate an html file for data

Supported software

Windows Linux
Browsers:
• Passwords
• Cookies
• Downloads
• History
• Saved Data
7Star
Amigo
CentBrowser
Chedot
Chrome SxS
Chromium
CocCoc
Comodo Dragon
Elements
Epic Privacy
Firefox
Google Chrome
Kometa
Opera
Orbitum
Sputnik
Torch
Uran
Vivaldi
Yandex
Chromium
Google Chrome
Google Chrome Beta
Google Chrome Unstable
Opera
Network netsh saved networks

Contributing

To contribute, see the contributing file.

You can also follow this project tab.

Thanks

I would like to thank all those who have helped in any way to advance this project

About

Decrypt and recover data (passwords, cookies, history, credit card) from navigator (chrome, firefox, IE, ...), wifi, windows systems, ...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published