Re: CGI Script to annoy script kiddies.

2004-02-06 Thread Randal L. Schwartz
> "Carl" == Carl Fischer <[EMAIL PROTECTED]> writes: Carl> if (defined $ARGV[0] == FALSE) { What do you expect this to do? -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[EMAIL PROTECTED]> http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Tec

Re: CGI Script to annoy script kiddies.

2004-02-06 Thread Wiggins d Anconia
Personally I would leave hassling script kiddies to the script kiddies To me this is a bandwidth drain. Script kiddies are an ignorant nuisance, the more time you spend on them the more they have "won" in their little game. http://danconia.org > NICE!!! > I really like this! > I'm not sur

Re: CGI Script to annoy script kiddies.

2004-02-06 Thread Alexander Blüm
NICE!!! I really like this! I'm not sure about security - but it seems fairly safe, since no real system interaction is implemented... nice, real nice script - I'll have some fun with it ;) BUT, the logs will grow... On Thu, 5 Feb 2004 15:46:55 -0500 Carl Fischer <[EMAIL PROTECTED]> wrote:

CGI Script to annoy script kiddies.

2004-02-06 Thread Carl Fischer
I just put together this script to annoy script kiddies looking for cmd.exe on my Linux-based web server. Just wanted to know what people thought about its security. AFAIK, it's pretty safe. Also, new commands and responses are appreciated. - Carl #!/usr/bin/perl -T # # Written by Carl Fisc