View Issue Details

IDProjectCategoryView StatusLast Update
0001179Kali LinuxNew Tool Requestspublic2020-02-10 18:10
Reportersaberzaid Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionfixed 
Summary0001179: DepDep v1.0
Description

Depdep is a merciless sentinel which will seek sensitive files containing critical info leaking through your network.

Basically, it is a fast and practical sensitive data search tool maintaining personal & commercial data privacy for companies and institutions. It can very well be used by auditors making sure that their network doesn’t leak any unauthorized non-compliant data through windows & unix/linux shares.

The usage is easy and configurable, however, certain technical knowledge is necessary, such as using linux console, ability of writing and understanding basic regular expressions, tough the configuration file comes with several sensitive information patterns, etc.

Installation

In order to run depdep succesfully, you have to install some packages. Packages needed to run depdep succesfully are shown below;

nmap -> to scan network and detect opened 445/tcp ports
cifs-utils -> to mount windows shares from linux machine
mount -> to mount and umount operations
smbclient -> to list windows shares
samba4-clients -> other operations for listing and accessing windows shares from linux machine
findutils -> the find command utility
curl -> to upload files to tika and get results

Basic Usage

python depdep.py --config config/depdep.xml

Without “-w 1″ option, depdep will resume from its previous work. If you don’t want depdep to resume, but start fresh please start it like below;

python depdep.py --config config/depdep.xml -w 1

https://github.com/galkan/depdep

Activities

g0tmi1k

g0tmi1k

2018-01-29 10:08

administrator   ~0007898

To help speed up the process of evaluating the tool, please make sure to include the following information (the more information you include, the more beneficial it will for us):

  • [Name] - The name of the tool
  • [Version] - What version of the tool should be added?
    --- If it uses source control (such as git), please make sure there is a release to match (e.g. git tag)
  • [Homepage] - Where can the tool be found online? Where to go to get more information?
  • [Download] - Where to go to get the tool?
  • [Author] - Who made the tool?
  • [Licence] - How is the software distributed? What conditions does it come with?
  • [Description] - What is the tool about? What does it do?
  • [Dependencies] - What is needed for the tool to work?
  • [Similar tools] - What other tools are out there?
  • [How to install] - How do you compile it?
  • [How to use] - What are some basic commands/functions to demonstrate it?
g0tmi1k

g0tmi1k

2020-02-10 18:10

administrator   ~0012189

Link now 404's

Issue History

Date Modified Username Field Change
2014-05-11 07:21 saberzaid New Issue
2014-05-12 17:16 xploitx Issue cloned: 0001193
2014-06-04 15:19 karkassa Issue cloned: 0001380
2018-01-29 10:08 g0tmi1k Note Added: 0007898
2019-12-09 13:30 g0tmi1k Severity minor => feature
2020-02-10 18:10 g0tmi1k Note Added: 0012189
2020-02-10 18:10 g0tmi1k Status new => closed
2020-02-10 18:10 g0tmi1k Resolution open => fixed