Search found 10 matches

by Demian
14 Mar 2006, 06:53
Forum: Hacking/Wardriving
Topic: Is SQL injection a crime?
Replies: 10
Views: 1259

Maybe we need a law forum

Everyone asks "is xyz a crime?". I thought this should be a technical forum. I mean, if you're unsure if something is right to do, why not do something else?
by Demian
21 Feb 2006, 16:26
Forum: Coding
Topic: spam back?
Replies: 5
Views: 773

Hmmm... spam or not, email or not, but to be honest, I would myself rather choose a service provider that doesn't keep logs to give them out on demand. It's a matter of customer privacy. But spam tends to follow quite specific patterns, which can be faced with probabilistic algorithms. These algorit...
by Demian
21 Feb 2006, 16:02
Forum: Coding
Topic: The C Song
Replies: 4
Views: 771

Studying lisp can hardly be a mistake if you have the time to. It has its own type of elegance and can teach quite a bit of abstract problem solving technique.
by Demian
21 Feb 2006, 07:38
Forum: Coding
Topic: The C Song
Replies: 4
Views: 771

but don't you know that http://wiki.infogroep.be/GodWroteInLisp? ~_^
by Demian
21 Feb 2006, 07:35
Forum: Coding
Topic: spam back?
Replies: 5
Views: 773

and I thought the state-of-the-art way of turning the momentum of a spammer against him would be using honeypots...
by Demian
16 Feb 2006, 14:12
Forum: Hacking/Wardriving
Topic: Undetectable Keyloggers?
Replies: 8
Views: 1311

I haven't been much into Windoze lately, but I'd suppose you could tweak http://www.honeynet.org/tools/sebek/ to fit your needs.
by Demian
12 Feb 2006, 20:21
Forum: Windows
Topic: Windows XP automatic update on shutdown
Replies: 6
Views: 859

?? What about My Computer -> Propertie -> Automitc Updates and then choose what you want? I set it up in the Properties only to download updates, but not to install them automatically. It would still install them on shutdown. In GPEDIT.MSC however, I could even disable the annoying reboot notificat...
by Demian
09 Feb 2006, 10:46
Forum: Windows
Topic: Windows XP automatic update on shutdown
Replies: 6
Views: 859

SERVICES.MSC allowed only to disable the whole Windows Update service for me. I still want to install the updates manually if I regard them as useful. However, I found the relevant settings under GPEDIT.MSC -> "Computer Configuration" -> "Administrative Templates" -> "Window...
by Demian
08 Feb 2006, 19:24
Forum: Windows
Topic: Windows XP automatic update on shutdown
Replies: 6
Views: 859

Windows XP automatic update on shutdown

How do I keep a PC running Windows XP with Service Pack 2 from automatically installing downloaded updates on shutdown?
by Demian
08 Feb 2006, 19:08
Forum: Web Development
Topic: Obtaining client's time zone data
Replies: 1
Views: 442

Obtaining client's time zone data

It doesn't seem to get transmitted in the browser headers, but somehow it seems to be possible to find out the requesting client's time zone from a server-side program. How could it be done?