tuansandman / opendlp

Automatically exported from code.google.com/p/opendlp
0 stars 0 forks source link

Agentless over ssh scan does not produce report #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Create an unix userid with default home directory
2. Edit a new file "test" on the home directory end enter the following lines:

This is a test data for abcd@gmail.com

123-45-6789

What is the expected output? What do you see instead?

I expect OpenDLP report shows it found Social Security Number.

Received warning message "Check logs for errors"

With Intensity Verbose logging enabled, there was no indication where the error 
occurred.

What version of the product are you using? On what operating system?

0.4.4.  Windows 7

Please provide any additional information below.

Below are the unix relevant files and their attributes:

[rajesh@SGSlogv-o5116 ~]$ echo $home
/data/rajesh

[rajesh@SGSlogv-o5116 ~]$ pwd
/data/rajesh

[rajesh@SGSlogv-o5116 ~]$ ls -la
total 44
drwx------ 3 rajesh rajesh 4096 Apr  3 11:33 .
drwxr-xr-x 7 root   root   4096 Mar  9 15:37 ..
-rw-r--r-- 1 rajesh rajesh   33 Jan 12 12:09 .bash_logout
-rw-r--r-- 1 rajesh rajesh  176 Jan 12 12:09 .bash_profile
-rw-r--r-- 1 rajesh rajesh  124 Jan 12 12:09 .bashrc
-rw-r--r-- 1 rajesh rajesh  515 Jan 12 12:09 .emacs
-rw------- 1 rajesh rajesh  115 Apr  3 12:40 .history
drwxr-xr-x 4 rajesh rajesh 4096 Jan 12 12:09 .mozilla
-rw-rw-r-- 1 rajesh rajesh   52 Apr  3 11:29 test
-rw------- 1 rajesh rajesh  616 Apr  3 11:29 .viminfo
-rw-r--r-- 1 rajesh rajesh  658 Jan 12 12:09 .zshrc

[rajesh@SGSlogv-o5116 ~]$ cat test
This is a test data for abcd@gmail.com

123-45-6789
[rajesh@SGSlogv-o5116 ~]$

Please see screenshots for run status, log and profile.

Thank You!

Tom

Original issue reported on code.google.com by tom...@ogilvy.com on 4 Apr 2012 at 1:26

Attachments:

GoogleCodeExporter commented 9 years ago
This is likely because the file "test" has no file extension. Rename it 
"test.txt" to see if it works.

I'll have to think of a way to handle files without extensions though. Thanks 
for bringing it to my attention since I overlooked it.

Original comment by andrew.O...@gmail.com on 4 Apr 2012 at 2:39

GoogleCodeExporter commented 9 years ago
Thanks Andrew!

Yes, with file extension, OpenDLP scans successfully.

I replied your email yesterday, but somehow it didn't get posted here.

Regards

Tom

Original comment by tom...@ogilvy.com on 5 Apr 2012 at 1:39

GoogleCodeExporter commented 9 years ago

Original comment by andrew.O...@gmail.com on 13 Apr 2012 at 1:44