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

Commit

Permalink
some minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
syphon1c committed Mar 26, 2014
1 parent 1ab4698 commit 50b57da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Dracker is a simple application written in PHP, used to do some basic tracking o
- Track sensitive documents within your organisation (or externally depends where you setup it up)
- Create "honey pot" documents that should never be opened, placed in sensitive shares

![tagged documents](http://3.bp.blogspot.com/-lhizoisBvec/UnpCKaFvMzI/AAAAAAAAAKI/iTZ_UKpKSoc/s640/Dracker_list.png)

Opened document details:

![opened document](http://2.bp.blogspot.com/-GUZofZp7Cnk/UnpCKc8sc8I/AAAAAAAAAKY/9EFut9AkJAo/s640/Results.png)
More details can be found at:

http://infosecscapes.blogspot.com/2013/11/document-tracking-and-tracing.html
Expand Down
2 changes: 1 addition & 1 deletion dracker.sql
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ CREATE TABLE `settings_smtp` (
`sys_default` varchar(1) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40101 SET character_set_client = @saved_cs_client */

--
-- Table structure for table `user_account`
Expand Down
1 change: 1 addition & 0 deletions install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Tested on ubuntu/debian systems
/var/www/dracker/configs/DatabaseConnection.php

There is also another file under the /configs/ directory, EncryptionKey.php. Edit the key before you begin using Dracker. Its really just used to encrypt certain data within the database.
Then you mut also set permissions under the template folder so that the Dracker application can write temporary .doc files to the folder. (chmod)

If all went well you can browse to the newly setup web interface via your browser. The default admin account to login with is:

Expand Down

0 comments on commit 50b57da

Please sign in to comment.