On Tue, 30 May 2023 10:24:10 +0100, Sn!pe wrote:
> Creon <cr...@creon.earth> wrote:
>
>> --
>> -c
>
> Have you abandoned the AI group?
No, just stepped back for a bit and played with
the travesty generators, getting the CGI working,
that sort of thing.
Speaking of CGI:
#_ _ _ _ _ _ _
# can someone think of a way this could be exploited
# for xss (or anything else)?
my $fn_target = $ENV{'QUERY_STRING'} || do_menu();
print "Content-type: Text/Plain\n\n";
$fn_target =~ s#[^\.\-a-z]##g;
print '(' , $fn_target, ")\n";
#_ _ _ _ _ _ _
--
-c